diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 47f2704..1f31a46 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -23,6 +23,7 @@ drivers = { enable = true; cpu = "amd"; + kernel = "zen"; graphics = { enable = true; version = "git"; @@ -60,6 +61,10 @@ enable = true; enableBrowser = true; }; + tor = { + enable = true; + enableBrowser = true; + }; files = { enable = true; localsend.enable = true; |
