feat(user/malte,module/base): nnn file manager

This commit is contained in:
Malte Tammena 2024-03-23 12:24:26 +01:00
parent b50d031dd1
commit 42a2f68aaa
2 changed files with 5 additions and 0 deletions

View file

@ -146,6 +146,8 @@ in {
ripgrep ripgrep
# It's just too handy # It's just too handy
file file
# file manager
nnn
]; ];
# Language and timezone defaults # Language and timezone defaults

View file

@ -101,6 +101,8 @@
heygpt --system "You will correct any spelling mistakes in the input. No explanations." "$@" heygpt --system "You will correct any spelling mistakes in the input. No explanations." "$@"
''; '';
}; };
nnnIcons = pkgs.nnn.override {withNerdIcons = true;};
in { in {
imports = [ imports = [
./modules/git.nix ./modules/git.nix
@ -185,6 +187,7 @@ in {
xdg_utils xdg_utils
xournalpp xournalpp
yt-dlp # youtube-dl alternative that doesn't suck yt-dlp # youtube-dl alternative that doesn't suck
nnnIcons
]); ]);
sessionVariables = { sessionVariables = {