removed unused terminal emulators from budgie config
This commit is contained in:
parent
e363162d20
commit
6df932d3cb
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
xdg = {
|
||||
portal = { enable = lib.mkDefault true; };
|
||||
mime.defaultApplications = {
|
||||
"text/markdown" = "hx";
|
||||
"text/markdown" = "nvim";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue