about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-26 17:32:09 +0200
committerBaitinq <[email protected]>2022-06-26 17:32:09 +0200
commit4aff05b3b83c6ba89f3e673303d3bb6686ea3d8e (patch)
treed4b2fac6e603fed5005b3b4b61a91083d5dccbab /hosts/home.nix
parentAdd automatically updating prebuilt nix-index and comma (diff)
downloadnixos-config-4aff05b3b83c6ba89f3e673303d3bb6686ea3d8e.tar.gz
nixos-config-4aff05b3b83c6ba89f3e673303d3bb6686ea3d8e.tar.bz2
nixos-config-4aff05b3b83c6ba89f3e673303d3bb6686ea3d8e.zip
Separate sxhkd config and add host-specific config
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 4437f48..b63afb9 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -159,7 +159,6 @@ in
 
   xdg = {
     configFile."zathura/zathurarc".source = dotfiles + "/zathurarc";
-    configFile."sxhkd/".source = dotfiles + "/sxhkd/";
     configFile."dunst/dunstrc".source = dotfiles + "/dunstrc";
   };