dotfiles/hm/default.nix

15 lines
173 B
Nix

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