diff --git a/hosts/samhain/home/sway.nix b/hosts/samhain/home/sway.nix index 1099d296..387e796e 100644 --- a/hosts/samhain/home/sway.nix +++ b/hosts/samhain/home/sway.nix @@ -1,5 +1,4 @@ -{ config, pkgs, ... }: { - wayland.windowManager.sway.config.startup = [ - { command = "${pkgs.ckb-next}/bin/ckb-next -b"; } - ]; +{ config, pkgs, ... }: { + wayland.windowManager.sway.config.startup = + [{ command = "${pkgs.ckb-next}/bin/ckb-next -b"; }]; }