mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +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"
|
unar "$argv" && trash "$argv"
|
||||||
end
|
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