9 lines
157 B
Nix
9 lines
157 B
Nix
{ home-manager, ...}: {
|
|
home-manager.users."lilith" = {
|
|
imports = [
|
|
|
|
];
|
|
home.username = "lilith";
|
|
home.stateVersion = "24.11";
|
|
}
|
|
}
|