feat(user/malte,module/base): nnn file manager
This commit is contained in:
parent
b50d031dd1
commit
42a2f68aaa
|
@ -146,6 +146,8 @@ in {
|
|||
ripgrep
|
||||
# It's just too handy
|
||||
file
|
||||
# file manager
|
||||
nnn
|
||||
];
|
||||
|
||||
# Language and timezone defaults
|
||||
|
|
|
@ -101,6 +101,8 @@
|
|||
heygpt --system "You will correct any spelling mistakes in the input. No explanations." "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
nnnIcons = pkgs.nnn.override {withNerdIcons = true;};
|
||||
in {
|
||||
imports = [
|
||||
./modules/git.nix
|
||||
|
@ -185,6 +187,7 @@ in {
|
|||
xdg_utils
|
||||
xournalpp
|
||||
yt-dlp # youtube-dl alternative that doesn't suck
|
||||
nnnIcons
|
||||
]);
|
||||
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue