feat: add darwun

This commit is contained in:
zoey 2025-05-28 16:55:13 -04:00
parent b3f397713b
commit 99745a7f02
Signed by: zoey
GPG key ID: 248926B700C2C126
23 changed files with 970 additions and 751 deletions

View file

@ -38,7 +38,7 @@ in {
enable = mkBoolOpt false "Enable Hyprland";
};
config = mkIf cfg.enable {
config = mkIf (cfg.enable && pkgs.stdenv.isLinux) {
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
@ -266,5 +266,5 @@ in {
# };
# };
# };
};
};
}