renamed to home.nix

This commit is contained in:
lsoriano-mcm
2025-07-03 16:34:49 -05:00
parent 3dd4f2783e
commit f59110c87e
33 changed files with 1259 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
../modules/home/terminal.nix
];
programs.home-manager.enable = true;
home.packages = [];
home.stateVersion = "23.05";
}