Exclude GNOME software I don't use
This commit is contained in:
parent
773256e48a
commit
65c4c94cd1
1 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,12 @@
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
desktopManager.gnome.enable = true;
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
environment.gnome.excludePackages = with pkgs; [
|
||||||
|
epiphany
|
||||||
|
geary
|
||||||
|
gnome-tour
|
||||||
|
orca
|
||||||
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue