diff options
| author | adikro <adikro@disroot.org> | 2026-04-08 16:21:24 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-08 16:21:24 +0200 |
| commit | 3ed184c48a1154a2548df807c8aaae7888e4792c (patch) | |
| tree | 3cbc493a7f043cfa9d35b8ab88cf9cb857ba82c5 /hosts | |
| parent | f3250e0aad192cdd451888fc6bbdcb2c3885d813 (diff) | |
flake update
Diffstat (limited to 'hosts')
| -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; |
