nixos/home-manager-modules/default.nix

7 lines
71 B
Nix

{
imports = [
./firefox.nix
./vscode.nix
./zsh.nix
];
}