nix-config/modules/default.nix

11 lines
No EOL
177 B
Nix

{
imports = [
./configuration.nix
./hardware-configuration.nix
./fingerprint.nix
./shell.nix
./wayland.nix
./greetd.nix
./power-profiles.nix
];
}