mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
pkgs/kat-ckb: Workaround for ckb-next update
This commit is contained in:
parent
5e3525b2c3
commit
019ea08fe0
4 changed files with 65 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue