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