Improve merkuro integration with dedicated options
All checks were successful
check / check (push) Successful in 36s
All checks were successful
check / check (push) Successful in 36s
This commit is contained in:
parent
5d0800d0b3
commit
c0795003f8
1 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,13 @@ in {
|
|||
services.displayManager.sddm.enable = cfg.enableSddm;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
programs = {
|
||||
kde-pim = {
|
||||
enable = true;
|
||||
merkuro = true;
|
||||
};
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
with kdePackages;
|
||||
|
@ -39,7 +45,6 @@ in {
|
|||
discover
|
||||
kgpg
|
||||
yakuake
|
||||
merkuro
|
||||
]
|
||||
++ lib.optionals cfg.enableWallpaperEngine [wallpaper-engine-plugin];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue