diff options
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" |
