diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
| commit | 1c26c0d3265bc71103c19e7f163807406f6fb271 (patch) | |
| tree | c8ec0b837dbb70bf76eebd24f4fbbc008403255d /home-manager | |
| parent | 3969c0706238898ccce79a993fc866f099a2cadd (diff) | |
changed to lucia
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/users/thinkpad-laptop/lucia.nix (renamed from home-manager/users/thinkpad-laptop/lucas.nix) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/home-manager/users/thinkpad-laptop/lucas.nix b/home-manager/users/thinkpad-laptop/lucia.nix index 13399ad..49eb98a 100644 --- a/home-manager/users/thinkpad-laptop/lucas.nix +++ b/home-manager/users/thinkpad-laptop/lucia.nix @@ -1,11 +1,10 @@ { pkgs, - lib, ... }: { home = { - username = "lucas"; - homeDirectory = "/home/lucas"; + username = "lucia"; + homeDirectory = "/home/lucia"; stateVersion = "24.11"; packages = with pkgs; [ @@ -18,6 +17,9 @@ custom-neovim neovide + # games + prismlauncher + # Custom Scripts inbox-review ]; |
