diff options
| author | adikro <adikro@disroot.org> | 2026-04-13 14:54:55 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-13 14:54:55 +0200 |
| commit | c5e8dbead2c96d178e5cce2190581ca3e0381a8a (patch) | |
| tree | 11050105051cd5b288487082531c5f8999868682 /hosts | |
| parent | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (diff) | |
thinkpad sync
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index c0ee5b2..b08d7ba 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -1,6 +1,7 @@ { inputs, username, + pkgs, ... }: { @@ -61,6 +62,10 @@ enable = true; enableBrowser = true; }; + tor = { + enable = true; + enableBrowser = true; + }; yggdrasil.enable = true; files = { enable = true; @@ -84,5 +89,9 @@ niri.enable = true; }; }; + environment.systemPackages = [ + pkgs.appimage-run + inputs.subtui.packages.x86_64-linux.subtui + ]; # boot.kernelParams = [ "iomem=relaxed" ]; } |
