feat: add mullvad
This commit is contained in:
parent
dfe16651ab
commit
35d682dd05
5 changed files with 20 additions and 0 deletions
12
home/vpn.nix
Normal file
12
home/vpn.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
mullvad-vpn
|
||||
];
|
||||
|
||||
# autostart
|
||||
xdg.configFile."autostart/mullvad-vpn.desktop".source =
|
||||
"${mullvad-vpn}/share/applications/mullvad-vpn.desktop";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue