mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
meta: Make specializations a nixosModule
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.
This commit is contained in:
parent
24c4badf39
commit
9b4d9c8bf5
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
specialisation = {
|
specialisation = {
|
||||||
gnome.configuration.imports = [
|
gnome.configuration.imports = [
|
||||||
./gnome.nix
|
../specializations/gnome.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
plasma.configuration.imports = [
|
plasma.configuration.imports = [
|
||||||
./plasma.nix
|
../specializations/plasma.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user