1
0
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:
Donovan Glover 2023-06-17 12:17:21 -04:00
parent 18084be856
commit a725e0c2da
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -0,0 +1,7 @@
{
specialisation.gnome.configuration = {
imports = [
../modules/gnome.nix
];
};
}