nixos-config/modules/system/default.nix
2024-06-19 22:41:56 +02:00

20 lines
297 B
Nix

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