diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index d5787d1..93b29fb 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -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" ];