From 509daff1ca5e8e253d067eb293c1ba8e0a69138b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 19 Feb 2024 01:12:49 -0600 Subject: [PATCH] style: format with `nixfmt` --- config/default.nix | 14 +++----------- flake.nix | 5 ++++- pkgs/bob-nvim/flake.nix | 4 +++- pkgs/kanagawa-gtk/flake.nix | 3 ++- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/config/default.nix b/config/default.nix index 3d9e96c5..c6756ac1 100644 --- a/config/default.nix +++ b/config/default.nix @@ -69,14 +69,8 @@ in { easyeffects egl-wayland helvum - ] ++ [ - go - (lib.hiPrio gotools) - ] ++ [ - age - age-plugin-yubikey - passage - ] ++ [ + ] ++ [ go (lib.hiPrio gotools) ] ++ [ age age-plugin-yubikey passage ] + ++ [ libsForQt5.qtstyleplugins libsForQt5.qtcurve qt6Packages.qt6gtk2 @@ -226,9 +220,7 @@ in { enableZshIntegration = true; maxCacheTtl = 14400; maxCacheTtlSsh = 14400; - sshKeys = [ - "530D3EC95C32AB9EC33714AAF865738D6E77680A" - ]; + sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ]; extraConfig = '' pinentry-program /usr/bin/pinentry-gtk-2 allow-loopback-pinentry diff --git a/flake.nix b/flake.nix index b6494bc6..693c9e63 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,10 @@ homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration rec { pkgs = nixpkgs.legacyPackages.${system}; - extraSpecialArgs = { inherit inputs; inherit self; }; + extraSpecialArgs = { + inherit inputs; + inherit self; + }; modules = [ ({ nixpkgs.overlays = [ diff --git a/pkgs/bob-nvim/flake.nix b/pkgs/bob-nvim/flake.nix index 843a5c9c..cf768e81 100644 --- a/pkgs/bob-nvim/flake.nix +++ b/pkgs/bob-nvim/flake.nix @@ -37,6 +37,8 @@ nativeBuildInputs = [ rust-toolchain ]; }; }) // { - overlays.default = final: prev: { bob-nvim = self.packages.${final.system}.default; }; + overlays.default = final: prev: { + bob-nvim = self.packages.${final.system}.default; + }; }; } diff --git a/pkgs/kanagawa-gtk/flake.nix b/pkgs/kanagawa-gtk/flake.nix index e4cc29ec..862d16cd 100644 --- a/pkgs/kanagawa-gtk/flake.nix +++ b/pkgs/kanagawa-gtk/flake.nix @@ -82,7 +82,8 @@ }) // { overlays.default = final: prev: { kanagawa-gtk-theme = self.packages.${final.system}.kanagawa-gtk-theme; - kanagawa-gtk-icon-theme = self.packages.${final.system}.kanagwa-icon-theme; + kanagawa-gtk-icon-theme = + self.packages.${final.system}.kanagwa-icon-theme; }; }; }