nix-config/modules/default.nix

14 lines
No EOL
237 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
];
}