update, remove hyprland, alacritty opacity.

This commit is contained in:
2025-10-20 15:43:57 -05:00
parent 69730ceb69
commit ec3ce17cb6
8 changed files with 28 additions and 149 deletions

View File

@@ -3,9 +3,9 @@
{
imports = [
../../modules/home/vim.nix
../../modules/home/hyprland.nix
../../modules/home/river.nix
../../modules/home/games.nix
../../modules/home/alacritty.nix
];
# Home Manager needs a bit of information about you and the paths it should
@@ -68,8 +68,10 @@
bash.enable = true;
git = {
enable = true;
userName = "Lily Anderson";
userEmail = "lilylanderson@zoho.com";
settings.user = {
name = "Lily Anderson";
email = "lilylanderson@zoho.com";
};
lfs.enable = true;
};
};