Monitor layout, flake location.

This commit is contained in:
2025-10-20 14:57:50 -05:00
parent dfd3165073
commit 69730ceb69
2 changed files with 3 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
programs.nh = { programs.nh = {
enable = true; enable = true;
flake = "/home/lily/Programming/New LiNix"; flake = "/home/lily/Programming/LiNix";
}; };

View File

@@ -5,6 +5,7 @@
../../modules/home/vim.nix ../../modules/home/vim.nix
../../modules/home/hyprland.nix ../../modules/home/hyprland.nix
../../modules/home/river.nix ../../modules/home/river.nix
../../modules/home/games.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
@@ -69,6 +70,7 @@
enable = true; enable = true;
userName = "Lily Anderson"; userName = "Lily Anderson";
userEmail = "lilylanderson@zoho.com"; userEmail = "lilylanderson@zoho.com";
lfs.enable = true;
}; };
}; };
} }