lenovo: remove mullvad

This commit is contained in:
outfoxxed 2025-07-24 19:20:46 -07:00
parent 8986d05ca2
commit 6885da46e3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: {
imports = [
./hardware.nix
./mullvad.nix
./hyprland
];
system.stateVersion = "23.11";

View file

@ -1,4 +0,0 @@
{ pkgs, config, ... }: {
services.mullvad-vpn.enable = true;
home-manager.users.${config.main-user}.home.packages = [ pkgs.mullvad-vpn ];
}