hosts/samhain: ckb-next 0.4.4 got upstreamed, moved to

This commit is contained in:
kat witch 2021-04-25 13:12:01 +01:00
parent c63a497375
commit 5b1dcd955f
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 23 additions and 82 deletions

View file

@ -51,7 +51,7 @@
hardware.ckb-next = {
enable = true;
package = pkgs.kat-ckb;
package = pkgs.ckb-next;
};
services.usbmuxd.enable = true;
@ -68,7 +68,7 @@
# graphics tablet
services.xserver.wacom.enable = true;
environment.systemPackages = [ pkgs.idevicerestore pkgs.kat-ckb ];
environment.systemPackages = [ pkgs.idevicerestore pkgs.ckb-next ];
# other stuffs
boot.loader.systemd-boot.enable = true;