dotfiles/hm/default.nix

16 lines
279 B
Nix

{ ... }:
{
imports = [
../options.nix
./common.nix
./desktop.nix
./dev.nix
./extra.nix
./gaming
./ssh.nix
./style.nix
./usernix
# ./vim.nix # FIXME Complains that it's using fetchtarball without a sha256 argument... but it's not?
];
}