add kde de for Tytonidae

This commit is contained in:
ulic-youthlic 2025-05-03 23:23:02 +08:00
parent c0d67ed108
commit 5bc43a1a92
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 89 additions and 81 deletions

View file

@ -48,20 +48,20 @@
};
};
# 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;

View file

@ -13,7 +13,7 @@ in {
display = 0;
enable = true;
xkb = {
layout = "cn";
layout = "us";
variant = "";
};
};

View file

@ -6,14 +6,13 @@
cfg = config.youthlic.gui;
in {
config = lib.mkIf (cfg.enabled == "kde") {
stylix.targets.qt.platform = "kde";
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm.enable = true;
xserver = {
enable = true;
xkb = {
layout = "cn";
layout = "us";
variant = "";
};
};

View file

@ -97,10 +97,6 @@ in {
layout = "us";
variant = "";
};
# displayManager.gdm = {
# enable = true;
# wayland = true;
# };
};
};
programs = {