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 /hosts/desktop/configuration.nix | |
| parent | 3ed184c48a1154a2548df807c8aaae7888e4792c (diff) | |
finalized client configs for tor, i2pd and yggdrasil
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 1f31a46..f6ecf55 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,4 +1,9 @@ -{ config, username, ... }: +{ + config, + username, + inputs, + ... +}: { system.stateVersion = "25.05"; @@ -68,6 +73,7 @@ files = { enable = true; localsend.enable = true; + krusader.enable = true; }; gaming = { enable = true; @@ -90,6 +96,12 @@ }; }; + virtualisation.waydroid.enable = true; + + environment.systemPackages = [ + inputs.subtui.packages.x86_64-linux.subtui + ]; + boot = { kernelModules = [ "nct6687" |
