This commit is contained in:
lsoriano-mcm
2025-06-23 16:46:05 -05:00
parent e8e7b3dd4f
commit cc7aa6df6a
15 changed files with 256 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
../modules/console.nix
];
programs.home-manager.enable = true;
home.packages = [];
home.stateVersion = "23.05";
}