mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
19 lines
273 B
Nix
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
|
|
];
|
|
}
|