pkgs/kat-ckb: Workaround for ckb-next update

This commit is contained in:
kat witch 2021-04-23 00:17:24 +01:00
parent 5e3525b2c3
commit 019ea08fe0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 65 additions and 1 deletions

View file

@ -49,6 +49,11 @@
wantedBy = [ "default.target" ];
};
hardware.ckb-next = {
enable = true;
package = pkgs.kat-ckb;
};
services.usbmuxd.enable = true;
systemd.timers.kat-glauca-dns = {
@ -63,7 +68,7 @@
# graphics tablet
services.xserver.wacom.enable = true;
environment.systemPackages = [ pkgs.idevicerestore ];
environment.systemPackages = [ pkgs.idevicerestore pkgs.kat-ckb ];
# other stuffs
boot.loader.systemd-boot.enable = true;