summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-04-22 17:03:17 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-04-22 17:03:17 +0200
commit8ea1da9041988332e24d55dc0972187404ce8e62 (patch)
tree6b49d5de109f1ad901f9cec51aad932e97ac3190 /common
parenta277e2b64027d08aafc0899bdc580a7830e4cdef (diff)
2026-04-22 updates by auto-switch
Diffstat (limited to 'common')
-rw-r--r--common/default.nix2
-rw-r--r--common/services/tor.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
index b4366c2..d61b66c 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -6,6 +6,7 @@
nixvim,
webtray,
wofi-pass,
+ blueprint,
...
}:
{
@@ -13,6 +14,7 @@
home-manager.nixosModules.default
webtray.nixosModules.default
wofi-pass.nixosModules.default
+ blueprint.nixosModules.default
];
fonts.packages = with pkgs; [ nerd-fonts.sauce-code-pro ];
diff --git a/common/services/tor.nix b/common/services/tor.nix
index a8321f2..8b41fed 100644
--- a/common/services/tor.nix
+++ b/common/services/tor.nix
@@ -1,4 +1,5 @@
{ ... }:
{
enable = true;
+ client.enable = true;
}