mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/samhain: Disabled ckb-next due to Strafe needing keyswitch reflow
This commit is contained in:
parent
ed396afecd
commit
7383fc6ba2
2 changed files with 6 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue