7 lines
94 B
Nix
7 lines
94 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./colourScheme.nix
|
|
];
|
|
}
|