initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "lsoriano";
|
||||
home.homeDirectory = "/home/lsoriano";
|
||||
|
||||
programs.bash.enable = true;
|
||||
home.stateVersion = "23.11"; # Adjust to your system version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user