17 lines
212 B
Nix
17 lines
212 B
Nix
{
|
|
home-manager = {
|
|
cnst.imports = [
|
|
./firefox
|
|
./neovim
|
|
./zellij
|
|
./cnst-pkgs
|
|
];
|
|
adam.imports = [
|
|
./firefox
|
|
./neovim
|
|
./zellij
|
|
./adam-pkgs
|
|
];
|
|
};
|
|
}
|