ADDED exec hypr

This commit is contained in:
kenji
2025-12-23 23:57:35 +00:00
parent 63832528f2
commit 04190ab15c
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
imports = [
./hypr/binds.nix
./hypr/general.nix
./hypr/exec.nix
];
wayland.windowManager.hyprland.enable = true;
}
+7
View File
@@ -0,0 +1,7 @@
{
wayland.windowManager.hyprland.settings = {
exec-once = [
"waybar"
];
};
}
+1
View File
@@ -3,6 +3,7 @@
../modules/home/terminal.nix
../modules/home/apps.nix
../modules/home/hyprland.nix
../modules/home/waybar.nix
];
home.stateVersion = "25.05";