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