diff options
| author | Baitinq <[email protected]> | 2022-06-26 17:32:09 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-26 17:32:09 +0200 |
| commit | 4aff05b3b83c6ba89f3e673303d3bb6686ea3d8e (patch) | |
| tree | d4b2fac6e603fed5005b3b4b61a91083d5dccbab /hosts/home.nix | |
| parent | Add automatically updating prebuilt nix-index and comma (diff) | |
| download | nixos-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.nix | 1 |
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"; }; |