mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
9b4d9c8bf5
Now it's possible to use the specializations in arbitrary configs. Note that specializations do slow things down a bit so they may be disabled by default in the future.
12 lines
189 B
Nix
12 lines
189 B
Nix
{
|
|
specialisation = {
|
|
gnome.configuration.imports = [
|
|
../specializations/gnome.nix
|
|
];
|
|
|
|
plasma.configuration.imports = [
|
|
../specializations/plasma.nix
|
|
];
|
|
};
|
|
}
|