Files
Anish Lakhwara d0cde973e7 box zfs
2026-01-19 22:37:30 -08:00

18 lines
222 B
Nix

{
self,
pkgs,
inputs,
...
}:
{
imports = [
../profiles/cli
../profiles/nvim
../profiles/direnv
../profiles/git
../profiles/opencode
../profiles/beets
];
home.stateVersion = "22.05";
}