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

8 lines
78 B
Nix
Raw Normal View History

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