mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
a725e0c2da
This makes it possible to boot into either Hyprland (the default) or GNOME. Having separate configurations implemented in combination with home-manager and impermanence guarantees that desktop environments don't conflict withe each other, so this could also be used to implement a Plasma specialization in the future.
8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
specialisation.gnome.configuration = {
|
|
imports = [
|
|
../modules/gnome.nix
|
|
];
|
|
};
|
|
}
|