added home manager for leyla

This commit is contained in:
Leyla Becker 2024-03-11 01:57:17 -05:00
parent a6d16fe29f
commit 0e8697bf66
7 changed files with 99 additions and 9 deletions

View file

@ -43,5 +43,7 @@ in
}
)
];
home-manager.users.leyla = lib.mkIf cfg.isNormalUser (import ./home.nix);
};
}