Never a gui for root

This commit is contained in:
niten 2021-11-15 16:29:13 -08:00
parent 2c1edb71fe
commit 887a14bfa9

View File

@ -80,9 +80,7 @@ in {
}; };
home = { home = {
packages = if enable-gui then (common-packages ++ gui-packages) packages = common-packages;
else
common-packages;
file = { file = {
# For nixified emacs # For nixified emacs