nixos/modules/system/default.nix

17 lines
199 B
Nix
Raw Normal View History

2024-05-25 23:51:37 +02:00
{ ... }:
2024-05-25 01:32:48 +02:00
{
imports = [
./bluetooth
2024-05-25 23:51:37 +02:00
./gamingKernel
2024-05-26 00:00:14 +02:00
./keymaps
2024-05-25 01:32:48 +02:00
./nvidia
./pipewire
./plymouth
./printing
2024-05-25 23:51:37 +02:00
./waydroid
2024-05-25 01:32:48 +02:00
# Common configuration
./system.nix
];
}