This commit is contained in:
Harivansh Rathi 2026-03-12 13:51:18 -04:00
commit 2bf50c8969
12 changed files with 784 additions and 0 deletions

8
home/default.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
imports = [
./dotfiles.nix
];
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}