mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
20 lines
305 B
Nix
20 lines
305 B
Nix
{
|
|
imports = [
|
|
./flatpak.nix
|
|
./virtualisation.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
|
|
./geoclue.nix
|
|
./tailscale.nix
|
|
];
|
|
}
|