comment kde and cosmic because of confliction with niri

This commit is contained in:
ulic-youthlic 2025-03-19 16:54:49 +08:00
parent 59ae0659b5
commit 79afb21d3a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -44,20 +44,20 @@
gui.enabled = "niri";
};
specialisation = {
cosmic = {
inheritParentConfig = true;
configuration = {
youthlic.gui.enabled = lib.mkForce "cosmic";
};
};
kde = {
inheritParentConfig = true;
configuration = {
youthlic.gui.enabled = lib.mkForce "kde";
};
};
};
# specialisation = {
# cosmic = {
# inheritParentConfig = true;
# configuration = {
# youthlic.gui.enabled = lib.mkForce "cosmic";
# };
# };
# kde = {
# inheritParentConfig = true;
# configuration = {
# youthlic.gui.enabled = lib.mkForce "kde";
# };
# };
# };
programs.gnupg.agent = {
enable = true;