- Created common.nix for various configs - Created theme.nix for theme related configs - Moved some code to more logical files - Moved some standalone files into nix multiline strings, in order to inject data
9 lines
106 B
Nix
9 lines
106 B
Nix
{
|
|
imports = [
|
|
./audio.nix
|
|
./graphics
|
|
./hardware-configuration.nix
|
|
./keyboard.nix
|
|
];
|
|
}
|