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; }; }