This commit is contained in:
Lilith 2025-02-27 02:09:36 +01:00
parent f4392113b0
commit fff3aa9713
Signed by: lilith
GPG key ID: 8712A0F317C37175
2 changed files with 8 additions and 8 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
{...}: {
}