nixos/home-manager-modules/default.nix

8 lines
85 B
Nix

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