diff options
| author | Baitinq <[email protected]> | 2022-06-24 18:54:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-24 18:54:08 +0200 |
| commit | 0e5bb4c91acef18f2a3089346585d579c2d8c1df (patch) | |
| tree | b8cbef21bd857c81b6b90067e87783939a1625bf /hosts/home.nix | |
| parent | fmt (diff) | |
| download | nixos-config-0e5bb4c91acef18f2a3089346585d579c2d8c1df.tar.gz nixos-config-0e5bb4c91acef18f2a3089346585d579c2d8c1df.tar.bz2 nixos-config-0e5bb4c91acef18f2a3089346585d579c2d8c1df.zip | |
Add host-specific dwmbar 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 72e8ac1..f61210d 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -160,7 +160,6 @@ in configFile."zathura/zathurarc".source = dotfiles + "/zathurarc"; configFile."sxhkd/".source = dotfiles + "/sxhkd/"; configFile."dunst/dunstrc".source = dotfiles + "/dunstrc"; - configFile."dwmbar".source = dotfiles + "/dwmbar/"; }; home.file = { |