Deleted deprecated xmonad config

This commit is contained in:
Emmet 2024-08-16 07:00:38 -05:00
parent cf0cbdaeb9
commit 03cc5382e2
13 changed files with 0 additions and 2182 deletions

View file

@ -1,20 +0,0 @@
{ ... }:
{
# import X11 config
imports = [ ./x11.nix
./pipewire.nix
./dbus.nix
];
# Setup XMonad
services.xserver = {
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
};
displayManager = {
defaultSession = "none+xmonad";
};
};
}