users
This commit is contained in:
parent
f4392113b0
commit
fff3aa9713
2 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{ home-manager, ...}: {
|
||||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
|
||||
];
|
||||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
{ home-manager, ... }: {
|
||||
imports = [
|
||||
./users.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
}
|
||||
|
|
|
|||
3
home/users.nix
Normal file
3
home/users.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue