diff options
| author | Baitinq <[email protected]> | 2022-09-10 21:24:33 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-10 21:24:33 +0200 |
| commit | 445094992fea4f6461f352f58b9a7b767ed1ae3a (patch) | |
| tree | b77d279e86da442e6d7f5e09d29fe537a463e7f0 /hosts/home.nix | |
| parent | Packages: Remove mov-cli (diff) | |
| download | nixos-config-445094992fea4f6461f352f58b9a7b767ed1ae3a.tar.gz nixos-config-445094992fea4f6461f352f58b9a7b767ed1ae3a.tar.bz2 nixos-config-445094992fea4f6461f352f58b9a7b767ed1ae3a.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 ]); }; |