neovim first init

This commit is contained in:
Noah Masur
2025-02-04 21:57:59 -05:00
parent 8819bb9b9b
commit bb1a36330b
27 changed files with 107 additions and 18 deletions

View File

@ -194,7 +194,7 @@ in
};
};
xdg.desktopEntries.aerc = lib.mkIf (pkgs.stdenv.isLinux && config.gui.enable) {
xdg.desktopEntries.aerc = lib.mkIf (pkgs.stdenv.isLinux) {
name = "aerc";
exec = "${config.terminalLaunchCommand} aerc %u";
};