diff options
| -rw-r--r-- | home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,8 +28,16 @@ protontricks unzip spotify + nasm ]; + home.file = { + ".Xresources" = { + enable = true; + source = ~/.config/urxvt/Xresources; + }; + }; + xsession.windowManager.xmonad = { enable = true; enableContribAndExtras = true; |
