sddmPlasma5: provide top-level package for theme
This commit is contained in:
parent
7ca62935bb
commit
203c4926e3
1 changed files with 7 additions and 0 deletions
|
@ -15470,6 +15470,13 @@ with pkgs;
|
|||
themes = []; # extra themes, etc.
|
||||
};
|
||||
|
||||
sddmPlasma5 = sddm.override {
|
||||
themes = [
|
||||
plasma5.plasma-workspace
|
||||
pkgs.breeze-icons
|
||||
];
|
||||
};
|
||||
|
||||
skrooge = libsForQt5.callPackage ../applications/office/skrooge {};
|
||||
|
||||
slim = callPackage ../applications/display-managers/slim {
|
||||
|
|
Loading…
Reference in a new issue