From d5e01122e37d5f62b99d4cd05d098ea29d6ef917 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 22 Dec 2024 19:41:09 +0100 Subject: [PATCH] remove dead comment --- terminal-software.nix | 1 - 1 file changed, 1 deletion(-) 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"; };