flake/users/guanranwang/home-manager/resources/media/nixos/default.nix

9 lines
94 B
Nix
Raw Normal View History

2023-11-09 17:24:35 +00:00
{...}: {
### For NixOS
imports = [
./music.nix
./photo.nix
./video.nix
];
}