From a3f075cc879be241659507ee6d046bcc44b6bc81 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 21 Aug 2025 15:58:40 +0200 Subject: Add .Xresources --- home/dk/sol.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home/dk/sol.nix') diff --git a/home/dk/sol.nix b/home/dk/sol.nix index a870184..57d9f83 100644 --- a/home/dk/sol.nix +++ b/home/dk/sol.nix @@ -108,6 +108,11 @@ ]; }; + home.file.".Xresources" = { + enable = true; + source = ../../dotfiles/xresources; + }; + # Nicely reload system units when changing configs systemd.user.startServices = "sd-switch"; -- cgit v1.2.3