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;
|
enable = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
xkb.variant = "";
|
xkb.variant = "";
|
||||||
desktopManager = {
|
excludePackages = with pkgs; [
|
||||||
xterm.enable = false;
|
xterm
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
## Needed for Flatpaks
|
## Needed for Flatpaks
|
||||||
|
|
Loading…
Reference in a new issue