mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
desktop: xterm.disable doesn't prevent xterm isntallation, rolling back to excludePackages
This commit is contained in:
parent
d821598c82
commit
1a897b4ca1
|
@ -6,9 +6,9 @@
|
|||
enable = true;
|
||||
xkb.layout = "us";
|
||||
xkb.variant = "";
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
};
|
||||
excludePackages = with pkgs; [
|
||||
xterm
|
||||
];
|
||||
};
|
||||
|
||||
## Needed for Flatpaks
|
||||
|
|
Loading…
Reference in a new issue