Files
nixos-thinkpad/desktop/home/mullvad/default.nix
T
2026-04-19 17:12:27 +02:00

14 lines
199 B
Nix
Executable File

{ config, lib, ... }:
{
programs.mullvad-vpn = {
enable = true;
settings = {
autoConnect = true;
enableSystemNotifications = true;
startMinimized = false;
};
};
}