Initial commit

This commit is contained in:
Lauren Lagarde 2024-10-25 16:21:08 -05:00
commit a1e0d5cff6
19 changed files with 1400 additions and 0 deletions

10
home.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }: {
home = {
username = "lauren_lagarde";
homeDirectory = "/home/lauren_lagarde";
};
imports = [
./lauren_lagarde.nix
];
}