aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/core.nix.org')
-rw-r--r--nixos/.flake/home/core.nix.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/.flake/home/core.nix.org b/nixos/.flake/home/core.nix.org
index 25f3f2e..ec135d3 100644
--- a/nixos/.flake/home/core.nix.org
+++ b/nixos/.flake/home/core.nix.org
@@ -15,8 +15,8 @@ Set up home manager for my user account and import submodules.
./services/core.nix
];
- home.username = "jane";
- home.homeDirectory = "/home/jane";
+ home.username = "jjanzen";
+ home.homeDirectory = "/home/jjanzen";
home.file.".wallpaper".source = ./.wallpaper;
home.stateVersion = "24.05";