mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01: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 = {
|
||||
gnome.configuration.imports = [
|
||||
./gnome.nix
|
||||
../specializations/gnome.nix
|
||||
];
|
||||
|
||||
plasma.configuration.imports = [
|
||||
./plasma.nix
|
||||
../specializations/plasma.nix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user