Use doas instead of sudo

This commit is contained in:
2023-04-10 22:03:57 -06:00
parent c8132a67d0
commit 260bbc1ffd
2 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
shellInit = ''
# disable annoying fish shell greeting
set fish_greeting
alias sudo="doas"
'';
};