mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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…
x
Reference in New Issue
Block a user