removed unused terminal emulators from budgie config

This commit is contained in:
steven carpenter 2025-07-15 08:25:26 -04:00
parent e363162d20
commit 6df932d3cb
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@ in {
enable = true;
desktopManager.budgie.enable = true;
displayManager.lightdm.enable = true;
excludePackages = with pkgs; [ xterm ];
};
environment.budgie.excludePackages = with pkgs; [
mate.mate-terminal
@ -17,6 +18,8 @@ in {
mate.atril
mate.eom
mate.engrampa
gnome-terminal
xterm
];
};
}

View file

@ -50,7 +50,7 @@
xdg = {
portal = { enable = lib.mkDefault true; };
mime.defaultApplications = {
"text/markdown" = "hx";
"text/markdown" = "nvim";
};
};
};