Remove streamdeck until streamcontroller merged
Some checks failed
pre-commit / pre-commit (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2024-08-27 22:27:02 +02:00
parent 22bc48a7c2
commit ce430e824b
2 changed files with 0 additions and 4 deletions

View File

@ -218,7 +218,6 @@
"hyprpaper & sleep 10 && randomwp"
"easyeffects --gapplication-service"
"hypridle"
"streamdeck -n"
# "dunst"
];
};

View File

@ -1,6 +1,3 @@
{ pkgs, ... }:
{
programs.streamdeck-ui = {
enable = true;
};
}