diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 19:49:33 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 19:49:33 +0200 |
commit | a49cd7905f080e3dafa4daae4179551b2af65953 (patch) | |
tree | 973f1b5ddc1fc7b77715da3a16636dc79b27d26c /hosts | |
parent | Phobos: Disable mpv hardware acceleration (diff) | |
download | nixos-config-a49cd7905f080e3dafa4daae4179551b2af65953.tar.gz nixos-config-a49cd7905f080e3dafa4daae4179551b2af65953.tar.bz2 nixos-config-a49cd7905f080e3dafa4daae4179551b2af65953.zip |
Packages: Add mov-cli package
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, 3 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 64a4dbb..bb8d0bb 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -33,6 +33,7 @@ in statix nixpkgs-fmt paperkey + openjdk8 ] ++ (with pkgs.custom; [ smart-wallpaper diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index c79241e..bcac39c 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -15,6 +15,7 @@ in trackma kindlegen manga-cli + mov-cli ]); programs.firefox.profiles.default.settings = { diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 5507164..422fbe7 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -15,6 +15,7 @@ in trackma kindlegen manga-cli + mov-cli ]); programs.firefox.profiles.default.settings = { |