feat(user/malte,module/base): nnn file manager
This commit is contained in:
parent
b50d031dd1
commit
42a2f68aaa
|
@ -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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue