mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
update work profile example
This commit is contained in:
parent
2a1f31dbad
commit
413a693334
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, config, ... }: {
|
||||
imports = [
|
||||
./fish.nix
|
||||
];
|
||||
|
|
|
@ -9,5 +9,9 @@
|
|||
sshroot = "ssh -i ~/.ssh/id_ed25519-root -l root";
|
||||
vpnkit = "wsl.exe -d wsl-vpnkit --cd /app service wsl-vpnkit";
|
||||
};
|
||||
|
||||
functions = {
|
||||
update-dotfiles = "nix flake lock --update-input dotfiles ${config.home.homeDirectory}/.dotfiles/ && switch-home";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue