jacekpoz
99b19d42f2
I need to learn how to actually disable it so that nothing is running in the background
11 lines
200 B
Nix
11 lines
200 B
Nix
_: {
|
|
imports = [
|
|
./configuration.nix
|
|
./greetd.nix
|
|
./hardware-configuration.nix
|
|
#./mullvad.nix
|
|
./pipewire.nix
|
|
./ssh
|
|
#./waydroid.nix
|
|
];
|
|
}
|