diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-07-02 20:31:48 +0100 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-07-02 20:31:48 +0100 |
| commit | c4a31548335fe9ab59656f94bed5717d3294bb2a (patch) | |
| tree | cf47d841bfc798f907eba341db4f3e280ab42720 /home.nix | |
| parent | cc6d5127c8b71a13222ba7f69b822507a2284cec (diff) | |
Diffstat (limited to 'home.nix')
| -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; |
