move fish functions into nix

This commit is contained in:
Noah Masur
2022-04-30 10:21:43 -04:00
parent 47d09a98e2
commit f5508c747c
55 changed files with 331 additions and 727 deletions

View File

@ -1,6 +1,6 @@
# Replace sudo with doas
{ ... }: {
{ user, ... }: {
security = {
@ -23,4 +23,6 @@
}];
};
};
home-manager.users.${user}.programs.fish.shellAliases = { sudo = "doas"; };
}