mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 11:09:43 +00:00
9 lines
108 B
Nix
9 lines
108 B
Nix
|
{
|
||
|
wayland.windowManager.hyprland.settings = {
|
||
|
windowrulev2 = [
|
||
|
# TODO: Add these
|
||
|
];
|
||
|
};
|
||
|
}
|
||
|
|