dotfiles/hm/default.nix
2024-01-11 23:54:03 +01:00

26 lines
304 B
Nix

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