summary refs log tree commit diff stats
path: root/user/settings/xresources.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 13:27:46 +0200
committerAlan Pearce2020-04-03 13:27:46 +0200
commit7f527bb245c0dad5f827a24fe135611650ab082c (patch)
tree73cee66f282fe5b7b324299636a87510e013a0e2 /user/settings/xresources.nix
parent657f50fc07a9e65a33168cdf5451a6b05e48b651 (diff)
downloadnixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.tar.lz
nixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.tar.zst
nixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.zip
Reorganise folder structure to remove hidden files
After moving from GNU Stow, this is not necessary.  Non-hidden files
are much easier to work with.
Diffstat (limited to 'user/settings/xresources.nix')
-rw-r--r--user/settings/xresources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/xresources.nix b/user/settings/xresources.nix
index 075eeb22..6d290349 100644
--- a/user/settings/xresources.nix
+++ b/user/settings/xresources.nix
@@ -3,7 +3,7 @@
 {
   home.file.".xresources" = {
     recursive = true;
-    source = ../xresources/.xresources;
+    source = ../xresources;
     onChange = ''
       ${pkgs.xorg.xrdb}/bin/xrdb -merge .xresources/main
     '';