Added printing and bluetooth support

This commit is contained in:
Chris Josten 2020-05-27 22:21:35 +02:00
parent f5bdc596ac
commit df825e3f4c
6 changed files with 22 additions and 3 deletions

View file

@ -9,7 +9,7 @@ rec {
latte-dock = super.latte-dock.overrideAttrs (oldAttrs: rec{
src = fetchGit {
url = https://invent.kde.org/plasma/latte-dock.git;
rev = "3c73bff0ac983625f31ec2ed9bc388221e778e75";
rev = "84a5eecf7903a53ef914576c24cdbb31e7be09d7";
};
});
}