Working sudo lol

(sudo-rs managed by home-manager doesn't work because it's not setuid)
This commit is contained in:
Leonora Tindall 2025-07-03 09:30:37 -05:00
parent 988aaaca9e
commit a5d0620e61
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
wl-clipboard
neocities
deno
decker
# from "mort.io/blog/nu-posix"
bat # better cat
@ -44,7 +45,6 @@
just # updated gnumake replacement
procs # better ps
ripgrep # rg ~ `grep` replacement
sudo-rs # memory-safe `sudo`
uutils-coreutils-noprefix # replaces GNU `coreutils`
viddy # better watch

View File

@ -2,6 +2,7 @@
{
home.shellAliases = {
idot = "dot -Tpng -Gbgcolor=#232627 -Ncolor=white -Nfontcolor=white -Npencolor=white -Ecolor=white -Efontcolor=white -Epencolor=white -Npenwidth=2 -Epenwidth=2 -Nfontname=\"Courier bold\" -Efontname=\"Courier bold\" | timg -";
sudo = "sudo --preserve-env=PATH env";
};
programs.zsh = {