From c5e8dbead2c96d178e5cce2190581ca3e0381a8a Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 13 Apr 2026 14:54:55 +0200 Subject: thinkpad sync --- hosts/thinkpad/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/thinkpad') 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" ]; } -- cgit v1.3