Fix pkgs evaluation scope
This commit is contained in:
@@ -35,10 +35,9 @@
|
||||
# };
|
||||
# };
|
||||
|
||||
# Example: Install system-wide packages needed by this user
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# docker
|
||||
# ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
] ++ lib.optional (config.ugaif.sw.type == "desktop") ghostty;
|
||||
|
||||
# Example: Add user to additional groups
|
||||
# users.users.myusername.extraGroups = [ "docker" ];
|
||||
|
||||
Reference in New Issue
Block a user