From 79452a5a0cedb01269a241575ea946b7c2b92a41 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 30 Apr 2021 22:54:40 +0100 Subject: [PATCH] project-wide: nixdirfmt --- hosts/athame/home/weechat.nix | 4 +--- profiles/sway/home/default.nix | 9 ++++++++- profiles/sway/home/konawall.nix | 4 +--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hosts/athame/home/weechat.nix b/hosts/athame/home/weechat.nix index 38502417..bbdcdebe 100644 --- a/hosts/athame/home/weechat.nix +++ b/hosts/athame/home/weechat.nix @@ -1,7 +1,5 @@ { config, pkgs, lib, ... }: { - programs.weechat = { - enable = true; - }; + programs.weechat = { enable = true; }; } diff --git a/profiles/sway/home/default.nix b/profiles/sway/home/default.nix index 334b7291..f53352df 100644 --- a/profiles/sway/home/default.nix +++ b/profiles/sway/home/default.nix @@ -1,5 +1,12 @@ { config, pkgs, ... }: { - imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ./konawall.nix ]; + imports = [ + ./waybar + ./mako.nix + ./sway.nix + ./swayidle.nix + ./gammastep.nix + ./konawall.nix + ]; } diff --git a/profiles/sway/home/konawall.nix b/profiles/sway/home/konawall.nix index 996b0af3..49434241 100644 --- a/profiles/sway/home/konawall.nix +++ b/profiles/sway/home/konawall.nix @@ -1,7 +1,5 @@ { config, ... }: { - services.konawall = { - enable = true; - }; + services.konawall = { enable = true; }; }