Working sudo lol
(sudo-rs managed by home-manager doesn't work because it's not setuid)
This commit is contained in:
parent
988aaaca9e
commit
a5d0620e61
|
@ -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
|
||||
|
||||
|
|
1
zsh.nix
1
zsh.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue