summaryrefslogtreecommitdiff
path: root/home/dk
diff options
context:
space:
mode:
Diffstat (limited to 'home/dk')
-rw-r--r--home/dk/sol.nix5
1 files changed, 5 insertions, 0 deletions
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";