forked from extern/nix-config
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.
This commit is contained in:
parent
18084be856
commit
a725e0c2da
7
specializations/gnome.nix
Normal file
7
specializations/gnome.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
specialisation.gnome.configuration = {
|
||||
imports = [
|
||||
../modules/gnome.nix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user