moar -> moor
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed
ci/woodpecker/cron/dependency-pr Pipeline was successful

This commit is contained in:
Lucy Hochkamp 2025-10-27 10:50:07 +01:00
parent 3df730a55a
commit 6002b09ca6
No known key found for this signature in database
7 changed files with 66 additions and 39 deletions

View file

@ -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";
};
};
}

View file

@ -21,6 +21,7 @@ in
pkgs.yubikey-personalization
];
xyno.desktop.niri.enable = true;
xyno.desktop.ibus.enable = true;
xyno.desktop.audio.enable = mkDefault true;
xyno.user-services.khal.enable = true;
boot.kernelPackages = mkDefault pkgs.linuxPackages_zen;