From 75fb0f54ecf6be7dacbb1551c03e91e70611a645 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 4 May 2025 13:52:27 +0200 Subject: [PATCH] Delete unused hyprland nixos config --- hosts/common/optional/hyprland.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hosts/common/optional/hyprland.nix 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"; -}