diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:23:47 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:23:47 +0200 |
commit | 32ee1fdfdca4fa5e843f6fc844ff92836459059b (patch) | |
tree | e2ae5b21ec5e916eaa45c4f4f3876f05699514e3 /hosts | |
parent | Packages: Remove manga-cli (diff) | |
download | nixos-config-32ee1fdfdca4fa5e843f6fc844ff92836459059b.tar.gz nixos-config-32ee1fdfdca4fa5e843f6fc844ff92836459059b.tar.bz2 nixos-config-32ee1fdfdca4fa5e843f6fc844ff92836459059b.zip |
Packages: Remove mov-cli
Already included in nixpkgs
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 1 | ||||
-rw-r--r-- | hosts/luna/home.nix | 1 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 24b845f..8c25e88 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -34,6 +34,7 @@ element-desktop dwmbar manga-cli + mov-cli ] ++ (with pkgs.custom; [ smart-wallpaper diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 6b9ce4a..e3b135e 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -9,7 +9,6 @@ ] ++ (with pkgs.custom; [ #kindlegen - mov-cli ]); programs.firefox.profiles.default.settings = { diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index de30cb0..b437abc 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -9,7 +9,6 @@ ] ++ (with pkgs.custom; [ kindlegen - mov-cli ]); programs.firefox.profiles.default.settings = { |