feat(doas): add sudo wrapper

This commit is contained in:
2025-07-04 21:32:35 +08:00
parent d0fcde133d
commit e79ed0f643
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ lib.my.makeHomeProgramConfig {
name = "monospace";
size = 14;
};
shellIntegration.mode = "no-cursor no-sudo";
extraConfig = ''
include ${./tokyonight-storm.conf}
'';