nixos-config/home/wsl.nix

12 lines
149 B
Nix

{...}: {
imports = [
./common.nix
./development
./emacs.nix
./git-ssh.nix
./syncthing.nix
./theme.nix
./zsh.nix
];
}