1
Fork 0

More workspaces, firenvim tweaks and firefox extensions

This commit is contained in:
Matei Adriel 2023-03-07 15:19:18 +01:00
commit 271daab72d
No known key found for this signature in database
13 changed files with 104 additions and 19 deletions
hosts/nixos/common/optional/xmonad

View file

@ -34,7 +34,7 @@ main =
`additionalKeysP` keymap
where
myWorkspaces =
["1:dev", "2:browser", "3:chat", "4:terminal", "5:reading", "6:gaming"]
["1:dev", "2:browser", "3:chat", "4:terminal", "5:reading", "6:music", "7:gaming"]
myTerminal = "alacritty"
myBrowser = "firefox"