6 lines
108 B
Nix
Raw Normal View History

{ userSettings, ... }:
{
home.stateVersion = "24.05";
imports = [ ./users/${userSettings.user}.nix ];
}