This commit is contained in:
Bryan Ramos 2023-06-06 15:09:55 -04:00
parent 2afb1761b2
commit c79e5fc3f4

View file

@ -2,7 +2,7 @@
{ {
programs.home-manager.enable = true; programs.home-manager.enable = true;
imports = [ (import ./modules/default.nix { inherit pkgs config; }) ]; imports = [ (import ./modules/default.nix { inherit pkgs; }) ];
home.stateVersion = "22.11"; home.stateVersion = "22.11";
home.username = "bryan"; home.username = "bryan";