nix-config/specializations/gnome.nix
Donovan Glover a725e0c2da
meta: Add gnome specialization
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.
2023-06-17 12:17:51 -04:00

8 lines
100 B
Nix

{
specialisation.gnome.configuration = {
imports = [
../modules/gnome.nix
];
};
}