removed modules that I don't need

This commit is contained in:
2026-07-05 21:27:53 -05:00
parent 06cf1c1825
commit a98dd1c2cc
12 changed files with 0 additions and 203 deletions
-9
View File
@@ -1,9 +0,0 @@
{ config, pkgs, ... }:
{
home.username = "aariz";
home.homeDirectory = "/home/aariz";
home.stateVersion = "26.05";
programs.home-manager.enable = true;
}