nix-config/modules/default.nix
2024-10-22 21:22:34 +02:00

16 lines
No EOL
280 B
Nix

{
imports = [
./configuration.nix
./hardware-configuration.nix
./fingerprint.nix
./fonts.nix
./wayland.nix
./greetd.nix
./power-profiles.nix
./environment.nix
./polkit.nix
./networking.nix
./diskservices.nix
./bluetooth.nix
];
}