diff --git a/nix/system/xmonad.nix b/nix/system/xmonad.nix deleted file mode 100644 index 98693b5..0000000 --- a/nix/system/xmonad.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, lib, pkgs, ...}: - -{ - displayManager = { - defaultSession = "none+xmonad"; - }; - - windowManager.xmonad = { - enable = true; - enableContribAndExtras = true; - }; -}