This commit is contained in:
mjallen18
2026-03-26 13:52:13 -05:00
parent 9515a5d317
commit f7a0460646
2 changed files with 19 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ in
enable = true;
};
desktop.gnome = enabled;
desktop.plasma = enabled;
programs = {
hyprland = {
@@ -193,8 +193,17 @@ in
]);
specialisation = {
"gnome".configuration = {
${namespace} = {
desktop = {
plasma = lib.mkForce disabled;
gnome = lib.mkForce enabled;
};
};
};
"cosmic".configuration = {
${namespace} = {
desktop.plasma = lib.mkForce disabled;
programs = {
hyprland = lib.mkForce disabled;
kitty = lib.mkForce disabled;