This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
_: {
|
|
imports = [
|
|
./user
|
|
./network
|
|
./i18n
|
|
./nixos
|
|
./programs
|
|
./ssh
|
|
./power-management
|
|
];
|
|
|
|
config = {
|
|
hardware.enableRedistributableFirmware = true;
|
|
};
|
|
}
|