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

8 lines
75 B
Nix
Raw Normal View History

2024-03-05 16:10:35 +00:00
{...}: {
imports = [
./audio.nix
./flatpak.nix
2024-03-06 10:09:02 +00:00
./home
2024-03-05 16:10:35 +00:00
];
}