mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
fish: Add mullvad-init script
Note that long-term we can turn this into a home-manager module to make things more declarative and automatic.
This commit is contained in:
parent
6249d230ab
commit
8a3c22505e
@ -197,6 +197,15 @@
|
||||
unar "$argv" && trash "$argv"
|
||||
end
|
||||
'';
|
||||
|
||||
mullvad-init = # fish
|
||||
''
|
||||
mullvad auto-connect set on
|
||||
mullvad lan set allow
|
||||
mullvad relay set location us
|
||||
mullvad lockdown-mode set on
|
||||
mullvad account login "$argv"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user