diff --git a/hosts/common/optional/wayland.nix b/hosts/common/optional/wayland.nix deleted file mode 100644 index 5b72ee9..0000000 --- a/hosts/common/optional/wayland.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: - -{ - - environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Hint electron apps to use wayland - - security.pam.services.gtklock = { }; - - environment.systemPackages = with pkgs; [ - kdePackages.qtwayland - wl-clipboard - ]; -}