mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
20 lines
359 B
Nix
20 lines
359 B
Nix
{
|
|
imports = [
|
|
./flatpak.nix
|
|
./vm.nix
|
|
./wlan.nix
|
|
./doas.nix
|
|
./vpn.nix
|
|
./comma.nix
|
|
./auto-gc.nix
|
|
./sops.nix
|
|
./bluetooth.nix
|
|
./optimization.nix
|
|
./x-input.nix
|
|
./de.nix
|
|
./dm.nix
|
|
./sound.nix
|
|
./boot-loader.nix
|
|
./printing.nix
|
|
];
|
|
}
|