dotfiles/hm/default.nix

27 lines
319 B
Nix

{ ... }:
{
imports = [
../options.nix
./common.nix
./desktop
./dev
./extra.nix
./gaming
./git
./gpg
./homealone.nix
./monitoring
./nix
./pager
./password
./prompt
./rebuild
./shell
./ssh.nix
./style.nix
./tmux
./usernix
./vim
];
}