From 8ea1da9041988332e24d55dc0972187404ce8e62 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 22 Apr 2026 17:03:17 +0200 Subject: 2026-04-22 updates by auto-switch --- common/default.nix | 2 ++ common/services/tor.nix | 1 + 2 files changed, 3 insertions(+) (limited to 'common') 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; } -- cgit v1.2.3-70-g09d2