remove xmonad configuration; we're not actually going to use it

This commit is contained in:
Haak Saxberg 2022-07-30 16:31:09 -07:00
parent d25efdc386
commit 378a4dcef7

View file

@ -1,12 +0,0 @@
{ config, lib, pkgs, ...}:
{
displayManager = {
defaultSession = "none+xmonad";
};
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
};
}