add restruct4

This commit is contained in:
cnst
2024-06-28 15:52:26 +02:00
parent 521da65554
commit 1f8ea57bdc
10 changed files with 107 additions and 53 deletions

16
home/extra/default.nix Normal file
View File

@@ -0,0 +1,16 @@
{
home-manager = {
cnst.imports = [
./firefox
./neovim
./zellij
./cnst-pkgs
];
adam.imports = [
./firefox
./neovim
./zellij
./adam-pkgs
];
};
}