mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
8 lines
100 B
Nix
8 lines
100 B
Nix
|
{
|
||
|
specialisation.gnome.configuration = {
|
||
|
imports = [
|
||
|
../modules/gnome.nix
|
||
|
];
|
||
|
};
|
||
|
}
|