From 05dd85210e465caa44ef7254f2781b2d12ba2882 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Oct 2022 23:49:18 +0200 Subject: Reformat files with alejandra --- user/satoshipad.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'user/satoshipad.nix') diff --git a/user/satoshipad.nix b/user/satoshipad.nix index 14dc9eb8..eeaf0c75 100644 --- a/user/satoshipad.nix +++ b/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 = '' -- cgit 1.4.1