nix-configs/modules/desktop-environment/default.nix

7 lines
75 B
Nix

{...}: {
imports = [
./audio.nix
./flatpak.nix
./home
];
}