hyprland????

This commit is contained in:
cnst
2024-07-18 00:03:01 +02:00
parent 70054711ff
commit e422f82db5

View File

@@ -1,10 +1,4 @@
{inputs, ...}: { {
imports = [
inputs.hyprland.homeManagerModules.default
./binds.nix
./rules.nix
./settings.nix
];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
@@ -14,6 +8,13 @@
"systemctl --user stop graphical-session.target" "systemctl --user stop graphical-session.target"
"systemctl --user start hyprland-session.target" "systemctl --user start hyprland-session.target"
]; ];
extraConfig = ''
åsource=./land/appearance.conf
source=./land/inputs.conf
source=./land/keybinds.conf
source=./land/rules.conf
source=./land/startup.conf
'';
}; };
}; };
} }