non important commit

This commit is contained in:
maxstrb 2025-11-09 14:17:15 +01:00
parent 761422165e
commit cd593b954b

View file

@ -8,10 +8,14 @@
fzf fzf
fd fd
eza eza
most
]; ];
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
PAGER = "most";
MANPAGER = "most";
MANROFFOPT = "-c";
}; };
programs = { programs = {