nixos-config/system/default.nix
2024-02-23 05:34:33 +01:00

24 lines
344 B
Nix

let
desktop = [
./core
./core/boot.nix
./hardware/opengl.nix
./hardware/bluetooth.nix
./network/networkd.nix
./network/avahi.nix
./network/tailscale.nix
./desktop
./desktop/awesome.nix
./programs
./services
./services/pipewire.nix
./services/flatpak.nix
];
in {
inherit desktop;
}