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/env/fsel.nix | 2 +- hm/soft/chat.nix | 1 + hm/soft/spicetify.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hm') diff --git a/hm/env/fsel.nix b/hm/env/fsel.nix index d942363..faa7f24 100644 --- a/hm/env/fsel.nix +++ b/hm/env/fsel.nix @@ -11,6 +11,6 @@ in { options.hm.env.fsel.enable = lib.mkEnableOption "enables fsel"; config = lib.mkIf cfg.enable { - home.packages = [ inputs.fsel.packages.${pkgs.system}.default ]; + home.packages = [ inputs.fsel.packages.${pkgs.stdenv.hostPlatform.system}.default ]; }; } 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