feat: install mullvad
This commit is contained in:
parent
a0c2362f37
commit
2f568eb88f
1 changed files with 16 additions and 1 deletions
17
common.nix
17
common.nix
|
@ -40,6 +40,16 @@
|
|||
packages = with pkgs; [
|
||||
unstable.anki
|
||||
|
||||
SDL2
|
||||
SDL2.dev
|
||||
alejandra
|
||||
black
|
||||
c2ffi
|
||||
cage
|
||||
cairo
|
||||
mpv
|
||||
python3
|
||||
|
||||
cargo
|
||||
cargo-crev
|
||||
cargo-limit
|
||||
|
@ -132,7 +142,12 @@
|
|||
enableNotifications = true;
|
||||
};
|
||||
|
||||
upower.enable = true;
|
||||
mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn; # enable gui
|
||||
};
|
||||
|
||||
systembus-notify.enable = true;
|
||||
upower.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue