diff options
| author | Baitinq <[email protected]> | 2022-06-30 19:49:33 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-30 19:49:33 +0200 |
| commit | b6847c70f73486a04bb07878f7a46414c0c1c6c4 (patch) | |
| tree | a60c97eec360d359e6a59ddff4bf62c879d8111f /hosts | |
| parent | Phobos: Disable mpv hardware acceleration (diff) | |
| download | nixos-config-b6847c70f73486a04bb07878f7a46414c0c1c6c4.tar.gz nixos-config-b6847c70f73486a04bb07878f7a46414c0c1c6c4.tar.bz2 nixos-config-b6847c70f73486a04bb07878f7a46414c0c1c6c4.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 = { |