diff options
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 ]; |
