diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:19:50 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:19:50 +0200 |
commit | cad25902e6dd456ffbab787ebcade3819b8626db (patch) | |
tree | 9cbf31b9d42ca39729ca9a53d9bad8f09ec2e699 /hosts/home.nix | |
parent | Update (diff) | |
download | nixos-config-cad25902e6dd456ffbab787ebcade3819b8626db.tar.gz nixos-config-cad25902e6dd456ffbab787ebcade3819b8626db.tar.bz2 nixos-config-cad25902e6dd456ffbab787ebcade3819b8626db.zip |
Packages: Remove dwmbar
Already included in nixpkgs
Diffstat (limited to 'hosts/home.nix')
-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 ]); }; |