diff --git a/terminal-software.nix b/terminal-software.nix index c97ef66..affb7c6 100644 --- a/terminal-software.nix +++ b/terminal-software.nix @@ -35,7 +35,6 @@ ripgrep ]) ++ (if variant != "allegro" then [ pkgs.gcc ] else [] ); }; - # // lib.attrsets.optionalAttrs (variant == "allegro") { package = pkgs-unstable.neovim-unwrapped;}; xdg.mimeApps.defaultApplications = { "text/plain" = "nvim.desktop"; };