nixos-config/nix/home/yt/common.nix

6 lines
55 B
Nix

{...}: {
imports = [
./tmux.nix
./zsh
];
}