mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
mullvad: reworked settings
This commit is contained in:
@@ -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)$"
|
||||||
|
|||||||
@@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user