add kde de for Tytonidae
This commit is contained in:
parent
c0d67ed108
commit
5bc43a1a92
8 changed files with 89 additions and 81 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in {
|
|||
display = 0;
|
||||
enable = true;
|
||||
xkb = {
|
||||
layout = "cn";
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = "";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -97,10 +97,6 @@ in {
|
|||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
# displayManager.gdm = {
|
||||
# enable = true;
|
||||
# wayland = true;
|
||||
# };
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue