summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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;
}