1
0
forked from extern/nix-config

mullvad: Remove gui package

Not needed since the command line program is excellent. Makes things
easier overall and no longer have to worry about GUI-specific bugs.
This commit is contained in:
Donovan Glover 2023-07-07 10:47:55 -04:00
parent 410e5f50bb
commit 9c7fb0b490
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 7 deletions

View File

@ -30,7 +30,6 @@ in
exec-once = wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%
exec-once = sleep 0.5 && ironbar
exec-once = fcitx5
exec-once = mullvad-vpn
exec-once = hyprctl dispatch workspace 5000000
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1

View File

@ -1,12 +1,6 @@
{ pkgs, ... }:
{
services.mullvad-vpn = {
enable = true;
enableExcludeWrapper = false;
};
environment.systemPackages = with pkgs; [
mullvad-vpn
];
}