From bf126b5e1ae5cbab3b62c00bbff614a23539e431 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 12 Apr 2026 23:47:47 +0200 Subject: finalized client configs for tor, i2pd and yggdrasil --- hosts/desktop/configuration.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'hosts/desktop/configuration.nix') 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" -- cgit v1.3