Hyprland bug fixed; Hold in for plasma 6

This commit is contained in:
2026-05-08 10:42:30 +02:00
parent dc721a79bc
commit 788aff4158
6 changed files with 54 additions and 24 deletions
+3 -2
View File
@@ -18,7 +18,7 @@
./regreet.nix
./plymouth.nix
./audio.nix
./webcam.nix
# ./webcam.nix
./virt.nix
./catppuccin.nix
];
@@ -95,7 +95,7 @@
// lib.optionalAttrs (!isServer) {
dconf.enable = true;
hyprland = {
enable = true;
enable = false;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
steam.enable = true;
@@ -159,6 +159,7 @@
"video"
"audio"
"libvirtd"
"input"
];
};
}