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 | 608210c6c9e2cc87b86b60861995511e3627c3fc (patch) | |
| tree | cd4bc3ad7b840e2e963a5440f7b45d06f327117a /hosts/home.nix | |
| parent | fmt (diff) | |
| download | nixos-config-608210c6c9e2cc87b86b60861995511e3627c3fc.tar.gz nixos-config-608210c6c9e2cc87b86b60861995511e3627c3fc.tar.bz2 nixos-config-608210c6c9e2cc87b86b60861995511e3627c3fc.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 = { |