Reformat files with alejandra
1 file changed, 7 insertions(+), 5 deletions(-)
changed files
M user/satoshipad.nix → user/satoshipad.nix
@@ -1,6 +1,8 @@ -{ config, pkgs, ... }: - { + config, + pkgs, + ... +}: { imports = [ ../private@@ -35,9 +37,9 @@ xsession.windowManager.i3 = { config = { startup = [ - { command = "firefox-devedition"; } - { command = "ripcord"; } - { command = "emacs"; } + {command = "firefox-devedition";} + {command = "ripcord";} + {command = "emacs";} ]; }; extraConfig = ''