For real? Did I lose something?

This commit is contained in:
Peter Selby 2023-11-06 19:05:49 -08:00
parent fb8e35e081
commit a01d25c0bf
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ in {
home = { home = {
inherit username; inherit username;
homeDirectory = home-dir;
packages = if enable-gui then (common-packages ++ gui-packages) packages = if enable-gui then (common-packages ++ gui-packages)
else else
common-packages; common-packages;