hosts/samhain: Disabled ckb-next due to Strafe needing keyswitch reflow

This commit is contained in:
kat witch 2021-05-08 00:21:39 +01:00
parent ed396afecd
commit 7383fc6ba2
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
} -i DVI-D-1:${../../../../users/kat/sway/wallpapers/right.jpg} -s fill";
cfg = config.wayland.windowManager.sway.config;
in {
startup = [{ command = "${pkgs.ckb-next}/bin/ckb-next -b"; }];
#startup = [{ command = "${pkgs.ckb-next}/bin/ckb-next -b"; }];
output = let
left = {

View file

@ -66,10 +66,10 @@ in {
wantedBy = [ "default.target" ];
};
hardware.ckb-next = {
enable = true;
package = pkgs.ckb-next;
};
#hardware.ckb-next = {
# enable = true;
# package = pkgs.ckb-next;
#};
katnet.private.interfaces = singleton "hexnet";
katnet.public.interfaces = singleton "br";
@ -88,7 +88,7 @@ in {
# graphics tablet
services.xserver.wacom.enable = true;
environment.systemPackages = [ pkgs.ckb-next ];
#environment.systemPackages = [ pkgs.ckb-next ];
# other stuffs
boot.loader.systemd-boot.enable = true;