summaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parent3969c0706238898ccce79a993fc866f099a2cadd (diff)
changed to lucia
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0ceee8a..7df5dc4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
# Home Manager Configurations
homeConfigurations = {
"culsans@nzxt-desktop" = helper.mkHomeManagerUser "culsans" "nzxt-desktop" "x86_64-linux";
- "lucas@thinkpad-laptop" = helper.mkHomeManagerUser "lucas" "thinkpad-laptop" "x86_64-linux";
+ "lucia@thinkpad-laptop" = helper.mkHomeManagerUser "lucia" "thinkpad-laptop" "x86_64-linux";
"server@prodesk-server" = helper.mkHomeManagerUser "server" "prodesk-server" "x86_64-linux";
"culsans@steam-deck" = helper.mkHomeManagerUser "culsans" "steam-deck" "x86_64-linux";
};