WIP: Changed Hyprland from Hyprland to Lua

This commit is contained in:
2026-05-25 01:31:36 +02:00
parent 2a28574058
commit d84b2e882d
9 changed files with 315 additions and 354 deletions
+4 -4
View File
@@ -104,15 +104,15 @@
}
// lib.optionalAttrs (!isServer) {
dconf.enable = true;
hyprland = {
enable = false;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
steam.enable = true;
appimage = {
enable = true;
binfmt = true;
};
hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
};
security = lib.mkIf (!isServer) {