add mullvad
This commit is contained in:
7
system/services/mullvad.nix
Normal file
7
system/services/mullvad.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
}
|
||||
@@ -18,6 +18,7 @@
|
||||
../defaults/system.nix
|
||||
../defaults/users.nix
|
||||
|
||||
../services/mullvad.nix
|
||||
../services/swaybg.nix
|
||||
|
||||
#system packages
|
||||
@@ -91,6 +92,7 @@
|
||||
vlc
|
||||
cifs-utils
|
||||
polkit
|
||||
waypaper
|
||||
# wayland
|
||||
# wayland-protocols
|
||||
# libxkbcommon
|
||||
|
||||
Reference in New Issue
Block a user