From 351275cceb624ce32481133d4b167a33403530ff Mon Sep 17 00:00:00 2001 From: Dea Date: Fri, 31 Jul 2026 22:42:24 -0400 Subject: [PATCH] refactoring mullvad deprecated call --- groups/yezelhlev/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/groups/yezelhlev/default.nix b/groups/yezelhlev/default.nix index 0a16c0f..328e63d 100644 --- a/groups/yezelhlev/default.nix +++ b/groups/yezelhlev/default.nix @@ -44,7 +44,8 @@ services.mullvad-vpn = { enable = true; - package = pkgs.mullvad-vpn; # mullvad only has the cli + gui.enable = true; + # package = pkgs.mullvad-vpn; # mullvad only has the cli }; # Enable docker virtualisation. @@ -78,6 +79,11 @@ theme = "default"; }; + # stylix = { + # enable = true; + # image = /${root}/assets/wallpapers/lantern.png; + # }; + users.users.dea = { description = "dea"; isNormalUser = true;