xmonad: Move config from home to system

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

View file

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