feat: install mullvad

This commit is contained in:
buffet 2023-08-07 20:59:12 +02:00
parent a0c2362f37
commit 2f568eb88f

View file

@ -40,6 +40,16 @@
packages = with pkgs; [ packages = with pkgs; [
unstable.anki unstable.anki
SDL2
SDL2.dev
alejandra
black
c2ffi
cage
cairo
mpv
python3
cargo cargo
cargo-crev cargo-crev
cargo-limit cargo-limit
@ -132,7 +142,12 @@
enableNotifications = true; enableNotifications = true;
}; };
upower.enable = true; mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn; # enable gui
};
systembus-notify.enable = true; systembus-notify.enable = true;
upower.enable = true;
}; };
} }