Several changes to Xmonad/Xmobar:

- Change from xmobar to polybar
- Rename workspaces
- Add some new scratchpads
- Change xmonad.org to xmonad.hs
This commit is contained in:
2022-08-19 03:49:21 +02:00
parent 2b58db1345
commit 0fc1d15c35
6 changed files with 433 additions and 158 deletions

View File

@@ -257,6 +257,10 @@ in {
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
enableConfiguredRecompile = true;
extraPackages = hPkgs: with hPkgs; [
dbus
];
};
# displayManager.startx.enable = true;

View File

@@ -14,6 +14,8 @@
development = true;
creative = true;
wlanInterface = "wlp2s0f0u7u3";
dataDrives = let
main = "/data";
in {