dotfiles/hm/default.nix

17 lines
201 B
Nix

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