This commit is contained in:
2025-03-28 22:46:22 -04:00
parent a78b85b344
commit f06bbcbdad
15 changed files with 317 additions and 58 deletions

View File

@@ -11,6 +11,7 @@ in
config = mkIf cfg.enable {
wayland.windowManager.hyprland = {
enable = true;
# systemd.enable = false;
extraConfig = builtins.readFile ./config/hyprland.conf;
};