summaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-15 21:41:47 -0400
committertriethyl <triethylammonium@pm.me>2026-03-15 21:41:47 -0400
commit1c26c0d3265bc71103c19e7f163807406f6fb271 (patch)
treec8ec0b837dbb70bf76eebd24f4fbbc008403255d /home-manager
parent3969c0706238898ccce79a993fc866f099a2cadd (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
];