nixos-config/modules/system/default.nix
2024-06-09 11:59:53 +02:00

19 lines
273 B
Nix

{
imports = [
./flatpak.nix
./vm.nix
./wlan.nix
./vpn.nix
./comma.nix
./sops.nix
./bluetooth.nix
./de.nix
./dm.nix
./sound.nix
./boot.nix
./printing.nix
./syncthing.nix
./nix-helper.nix
./night-light.nix
];
}