niksos/hosts/niks/default.nix
jacekpoz 99b19d42f2 fix(waydroid): turn off waydroid for now
I need to learn how to actually disable it so that nothing is running in
the background
2023-08-11 20:04:19 +02:00

11 lines
200 B
Nix

_: {
imports = [
./configuration.nix
./greetd.nix
./hardware-configuration.nix
#./mullvad.nix
./pipewire.nix
./ssh
#./waydroid.nix
];
}