From c4a31548335fe9ab59656f94bed5717d3294bb2a Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 2 Jul 2026 20:31:48 +0100 Subject: Manage Xresources file --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index fec7529..aec8c6b 100644 --- a/home.nix +++ b/home.nix @@ -28,8 +28,16 @@ protontricks unzip spotify + nasm ]; + home.file = { + ".Xresources" = { + enable = true; + source = ~/.config/urxvt/Xresources; + }; + }; + xsession.windowManager.xmonad = { enable = true; enableContribAndExtras = true; -- cgit v1.2.3