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

7 lines
55 B
Nix
Raw Normal View History

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