doas -> sudo

This commit is contained in:
2026-06-06 21:07:01 +08:00
parent be6c838f19
commit 2f90d7f0d0
3 changed files with 5 additions and 57 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ in
shellAliases = {
la = "lsd -lah";
ls = "lsd";
svim = "doasedit";
svim = "sudoedit";
nf = "fastfetch";
};
interactiveShellInit = lib.mkBefore ''