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;
|
enable = true;
|
||||||
desktopManager.budgie.enable = true;
|
desktopManager.budgie.enable = true;
|
||||||
displayManager.lightdm.enable = true;
|
displayManager.lightdm.enable = true;
|
||||||
|
excludePackages = with pkgs; [ xterm ];
|
||||||
};
|
};
|
||||||
environment.budgie.excludePackages = with pkgs; [
|
environment.budgie.excludePackages = with pkgs; [
|
||||||
mate.mate-terminal
|
mate.mate-terminal
|
||||||
|
|
@ -17,6 +18,8 @@ in {
|
||||||
mate.atril
|
mate.atril
|
||||||
mate.eom
|
mate.eom
|
||||||
mate.engrampa
|
mate.engrampa
|
||||||
|
gnome-terminal
|
||||||
|
xterm
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
xdg = {
|
xdg = {
|
||||||
portal = { enable = lib.mkDefault true; };
|
portal = { enable = lib.mkDefault true; };
|
||||||
mime.defaultApplications = {
|
mime.defaultApplications = {
|
||||||
"text/markdown" = "hx";
|
"text/markdown" = "nvim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue