summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-13 14:54:55 +0200
committeradikro <adikro@disroot.org>2026-04-13 14:54:55 +0200
commitc5e8dbead2c96d178e5cce2190581ca3e0381a8a (patch)
tree11050105051cd5b288487082531c5f8999868682 /hosts/thinkpad/configuration.nix
parentbf126b5e1ae5cbab3b62c00bbff614a23539e431 (diff)
thinkpad sync
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
-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" ];
}