dotfiles/nix/modules/nixos/default.nix

8 lines
77 B
Nix

{
imports = [
./docker.nix
./kanata.nix
./rsnapshot.nix
];
}