xmonad: Move config from home to system

This commit is contained in:
Alexander Kobjolke 2024-02-11 15:32:03 +01:00
parent 3f138a5d76
commit 5e6aaabb6d
3 changed files with 81 additions and 77 deletions

View file

@ -8,6 +8,7 @@
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
config = ./config.hs;
};
};
};