This commit is contained in:
parent
3df730a55a
commit
aacdbbb5f2
3 changed files with 10 additions and 9 deletions
|
|
@ -130,7 +130,7 @@ in
|
|||
imagemagick
|
||||
jq
|
||||
lm_sensors
|
||||
moar
|
||||
moor
|
||||
neofetch
|
||||
nix-output-monitor
|
||||
poppler
|
||||
|
|
@ -145,7 +145,7 @@ in
|
|||
programs.mosh.enable = true;
|
||||
environment.variables.EDITOR = "hx";
|
||||
environment.variables.VISUAL = "hx";
|
||||
environment.variables.PAGER = "moar";
|
||||
environment.variables.PAGER = "moor";
|
||||
|
||||
environment.shellAliases = {
|
||||
l = "ls -alh";
|
||||
|
|
@ -161,7 +161,7 @@ in
|
|||
p = "cd ~/proj";
|
||||
ytl = ''yt-dlp -f "bv*+mergeall[vcodec=none]" --audio-multistreams'';
|
||||
sudo = "run0";
|
||||
less = "moar";
|
||||
less = "moor";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue