style: format with nixfmt

This commit is contained in:
Price Hiller 2024-02-19 01:12:49 -06:00
parent eb4a4c73fd
commit 509daff1ca
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
4 changed files with 12 additions and 14 deletions

View File

@ -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

View File

@ -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 = [

View File

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

View File

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