Define username?

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

View File

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