nixfiles/modules/desktop/default.nix

7 lines
77 B
Nix
Raw Normal View History

2024-03-16 12:21:25 +00:00
{
imports = [
./sound.nix
./syncthing.nix
./firewall.nix
2024-03-16 12:21:25 +00:00
];
2024-03-16 13:36:39 +00:00
}