Skip to content

Commit

Permalink
sddmPlasma5: provide top-level package for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Mar 22, 2017
1 parent 7ca6293 commit 203c492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 203c492

Please sign in to comment.