mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
18 lines
318 B
Nix
18 lines
318 B
Nix
{
|
|
imports = [
|
|
./flatpak.nix
|
|
./vm.nix
|
|
./wlan.nix
|
|
./vpn.nix
|
|
./comma.nix
|
|
./sops.nix
|
|
./bluetooth.nix
|
|
./de.nix
|
|
./dm.nix
|
|
./sound.nix
|
|
./boot-loader.nix
|
|
./printing.nix
|
|
./syncthing.nix
|
|
./nix-helper.nix
|
|
];
|
|
}
|