diff --git a/hosts/common/optional/hyprland.nix b/hosts/common/optional/hyprland.nix deleted file mode 100644 index a3612c9..0000000 --- a/hosts/common/optional/hyprland.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - config, - lib, - pkgs, - inputs, - ... -}: { - programs.hyprland.enable = true; - programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland; # does only work with nixos-unstable - programs.hyprland.xwayland.enable = true; - security.pam.services.hyprlock = {}; - services.displayManager.defaultSession = "hyprland"; -}