diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/luna/home.nix | 1 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index f58040f..295d312 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -13,6 +13,7 @@ in custom.adl custom.trackma custom.kindlegen + custom.manga-cli ]; programs.firefox.profiles.default.settings = { diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 76d5761..ac3b6ff 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -12,6 +12,7 @@ in custom.adl custom.trackma custom.kindlegen + custom.manga-cli ]; programs.firefox.profiles.default.settings = { |