mullvad: reworked settings

This commit is contained in:
2026-05-20 18:52:19 +02:00
parent 7d8aa54bbb
commit 700cbc7a8d
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ in {
"float on, match:class ^(kitty)$, match:title ^(htop)$" "float on, match:class ^(kitty)$, match:title ^(htop)$"
"float on, match:class ^(vlc)$" "float on, match:class ^(vlc)$"
"float on, match:class ^(eog)$" "float on, match:class ^(eog)$"
"float on, size 400 175, match:class ^(custom-librewolfprofiles)$" "float on, size 400 225, match:class ^(custom-librewolfprofiles)$"
"float on, size 1050 200, match:class ^(custom-changeAudioOutput)$" "float on, size 1050 200, match:class ^(custom-changeAudioOutput)$"
"float on, size 400 175, match:class ^(custom-obsidianvaults)$" "float on, size 400 175, match:class ^(custom-obsidianvaults)$"
"float on, size 600 600, match:initial_class ^(custom-pomodoro)$" "float on, size 600 600, match:initial_class ^(custom-pomodoro)$"
+3 -7
View File
@@ -1,11 +1,7 @@
# see also ../nixos/mullvad.nix # see also ../nixos/mullvad.nix
_: { {pkgs-unstable,...}: {
programs.mullvad-vpn = { programs.mullvad-vpn = { # gui
enable = true; enable = true;
# see https://github.com/mullvad/mullvadvpn-app/blob/main/desktop/packages/mullvad-vpn/src/main/gui-settings.ts for options package = pkgs-unstable.mullvad-vpn;
settings = {
autoConnect = true;
autoStart = true;
};
}; };
} }
+2 -1
View File
@@ -1,5 +1,6 @@
# see also ../home-manager/mullvad.nix # see also ../home-manager/mullvad.nix
{pkgs-unstable, ...}: { {pkgs-unstable, ...}:
{
services.mullvad-vpn = { services.mullvad-vpn = {
enable = true; enable = true;
package = pkgs-unstable.mullvad-vpn; package = pkgs-unstable.mullvad-vpn;