diff options
| author | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
| commit | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (patch) | |
| tree | b275c56596eaf3f5754cea30f04e84bbcc21e305 /hm/env/fsel.nix | |
| parent | 3ed184c48a1154a2548df807c8aaae7888e4792c (diff) | |
finalized client configs for tor, i2pd and yggdrasil
Diffstat (limited to 'hm/env/fsel.nix')
| -rw-r--r-- | hm/env/fsel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/env/fsel.nix b/hm/env/fsel.nix index faa7f24..d942363 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.stdenv.hostPlatform.system}.default ]; + home.packages = [ inputs.fsel.packages.${pkgs.system}.default ]; }; } |
