diff options
-rw-r--r-- | hosts/home.nix | 3 | ||||
-rw-r--r-- | hosts/luna/home.nix | 3 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 9bd5f9d..fb83bfc 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -39,6 +39,8 @@ dwmbar manga-cli mov-cli + calibre + kcc smart-wallpaper waybar wl-clipboard @@ -52,6 +54,7 @@ ] ++ (with pkgs.custom; [ lemacs + kindlegen ]); }; diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 666c0c1..1169b3c 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -4,11 +4,8 @@ xorg.xmodmap trackma adl - #calibre - #kcc ] ++ (with pkgs.custom; [ - #kindlegen ]); programs.firefox.profiles.default.settings = { diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 8b70ddb..1d033dd 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -2,13 +2,10 @@ { home.packages = with pkgs; [ minecraft - calibre - kcc trackma adl ] ++ (with pkgs.custom; [ - kindlegen ]); programs.firefox.profiles.default.settings = { |