summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinkpad/configuration.nix9
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" ];
}