diff options
Diffstat (limited to 'hm/soft')
| -rw-r--r-- | hm/soft/chat.nix | 1 | ||||
| -rw-r--r-- | hm/soft/spicetify.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hm/soft/chat.nix b/hm/soft/chat.nix index 57cd6f7..d7f0020 100644 --- a/hm/soft/chat.nix +++ b/hm/soft/chat.nix @@ -11,6 +11,7 @@ in options.hm.soft.chat.enable = lib.mkEnableOption "chatting apps"; config = lib.mkIf cfg.enable { home.packages = with pkgs; [ + simplex-chat-desktop signal-desktop equibop gajim diff --git a/hm/soft/spicetify.nix b/hm/soft/spicetify.nix index 98aebe3..f9a4d0c 100644 --- a/hm/soft/spicetify.nix +++ b/hm/soft/spicetify.nix @@ -7,7 +7,7 @@ }: let cfg = config.hm.soft.spicetify; - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; + spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}; in { imports = [ inputs.spicetify-nix.homeManagerModules.default ]; |
