initial commit

This commit is contained in:
biscuit
2025-05-05 21:03:01 -05:00
commit 0c8d4ae178
6 changed files with 234 additions and 0 deletions
+10
View File
@@ -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
}