dotfiles/hm/default.nix

21 lines
244 B
Nix

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