mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
hosts/samhain: nixdirfmt result
This commit is contained in:
parent
462df5b2ed
commit
687cb5beed
1 changed files with 3 additions and 4 deletions
|
|
@ -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"; }];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue