home config migration

This commit is contained in:
Satria 2026-02-08 11:03:31 +07:00
commit 4bba4871b4
25 changed files with 1296 additions and 16 deletions

View file

@ -0,0 +1,6 @@
{ ... }: {
programs = {
nix-ld.enable = true;
zsh.enable = true;
};
}