changed user name

This commit is contained in:
biscuit
2025-05-06 11:23:09 -05:00
parent 0c8d4ae178
commit e209ddd352
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ inputs, config, pkgs, ... }:
{
home.username = "lsoriano";
home.homeDirectory = "/home/lsoriano";
home.username = "biscuit";
home.homeDirectory = "/home/biscuit";
programs.bash.enable = true;
home.stateVersion = "23.11"; # Adjust to your system version