Initial flake + Home Manager

This commit is contained in:
2026-07-03 14:55:53 -05:00
commit 50984e2fd2
5 changed files with 262 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.stateVersion = "26.05";
programs.home-manager.enable = true;
}