Added Olympus.

Configured nnn trash.
This commit is contained in:
vorboyvo 2024-11-01 12:04:16 -04:00
parent 008701845c
commit ddbb30350a

View file

@ -59,6 +59,7 @@ in {
mons = callPackage ../../pkgs/mons/mons.nix { };
archivo = callPackage ../../pkgs/archivo/archivo.nix { };
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { };
olympus = callPackage ../../pkgs/olympus/olympus.nix { };
in [ gcc tree-sitter ] ++ # Basic dev tools
[ marksman nil ] ++ # Language servers except those installed through package sections
[ texliveFull texlab ] ++ # LaTeX
@ -132,7 +133,7 @@ in {
] ++ # Fonts
# [ papirus-icon-theme ] ++ # Icons
# [ vanilla-dmz ] ++ # Cursor
[ activate-linux android-studio ] ++ # Temp
[ activate-linux android-studio olympus ] ++ # Temp
[ ];
programs.home-manager.enable = true;
@ -228,7 +229,7 @@ in {
name = "nnn";
genericName = "File Manager";
comment = "Terminal file manager";
exec = "nnn -Ade";
exec = "env NNN_TRASH=2 nnn -Adex";
terminal = true;
mimeType = [ "inode/directory" ];
categories = [ "System" "FileTools" "FileManager" "ConsoleOnly" ];