hosts/samhain: nixdirfmt result

This commit is contained in:
kat witch 2021-04-25 18:52:10 +01:00
parent 462df5b2ed
commit 687cb5beed
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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"; }];
}