From dec36d2e9aaca7ca7149a244aa984e97925a3dba Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 17 May 2026 01:05:14 +0200 Subject: moved ssh and tailscale to srv, revamped netwroking modules --- hm/soft/chat.nix | 1 + hm/soft/spicetify.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soft') 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 ]; -- cgit v1.3