diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:24:33 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:24:33 +0200 |
commit | 330454191d26154b239a1cc995ca105a5d1c3155 (patch) | |
tree | 0be0726c869c91d161cc99d18de9440ab20b00e5 /hosts/home.nix | |
parent | Packages: Remove mov-cli (diff) | |
download | nixos-config-330454191d26154b239a1cc995ca105a5d1c3155.tar.gz nixos-config-330454191d26154b239a1cc995ca105a5d1c3155.tar.bz2 nixos-config-330454191d26154b239a1cc995ca105a5d1c3155.zip |
Packages: Remove smart-wallpaper
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 8c25e88..1710a08 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -35,9 +35,9 @@ dwmbar manga-cli mov-cli + smart-wallpaper ] ++ (with pkgs.custom; [ - smart-wallpaper lemacs ]); }; |