This commit is contained in:
alsaiduq-lab 2026-01-15 13:16:05 -07:00
parent 008d5c15c0
commit 849cae10fa
8 changed files with 135 additions and 8 deletions

View file

@ -14,6 +14,11 @@
security.sudo = {
enable = true;
wheelNeedsPassword = true;
extraConfig = ''
${config.theme.user} ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/pixos-rebuild
${config.theme.user} ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/pix-collect-garbage
${config.theme.user} ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nix-env
'';
};
programs."${config.theme.Shell}".enable = true;