diff options
| author | Baitinq <[email protected]> | 2022-09-10 21:19:50 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-10 21:19:50 +0200 |
| commit | cb489686c5c5f56fd8929901d130aa6da5d87535 (patch) | |
| tree | 806def84527a3ad1a9e09b5048ff6115f58d38de /hosts | |
| parent | Update (diff) | |
| download | nixos-config-cb489686c5c5f56fd8929901d130aa6da5d87535.tar.gz nixos-config-cb489686c5c5f56fd8929901d130aa6da5d87535.tar.bz2 nixos-config-cb489686c5c5f56fd8929901d130aa6da5d87535.zip | |
Packages: Remove dwmbar
Already included in nixpkgs
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 2b7d208..008ab5c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -32,10 +32,10 @@ jrnl todo-txt-cli element-desktop + dwmbar ] ++ (with pkgs.custom; [ smart-wallpaper - dwmbar lemacs ]); }; |