home
This commit is contained in:
parent
52c4a98610
commit
f4392113b0
1 changed files with 9 additions and 1 deletions
|
|
@ -1 +1,9 @@
|
|||
{...}: {}
|
||||
{ home-manager, ...}: {
|
||||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
|
||||
];
|
||||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue