style: format with nixfmt
This commit is contained in:
parent
eb4a4c73fd
commit
509daff1ca
@ -69,14 +69,8 @@ in {
|
|||||||
easyeffects
|
easyeffects
|
||||||
egl-wayland
|
egl-wayland
|
||||||
helvum
|
helvum
|
||||||
] ++ [
|
] ++ [ go (lib.hiPrio gotools) ] ++ [ age age-plugin-yubikey passage ]
|
||||||
go
|
++ [
|
||||||
(lib.hiPrio gotools)
|
|
||||||
] ++ [
|
|
||||||
age
|
|
||||||
age-plugin-yubikey
|
|
||||||
passage
|
|
||||||
] ++ [
|
|
||||||
libsForQt5.qtstyleplugins
|
libsForQt5.qtstyleplugins
|
||||||
libsForQt5.qtcurve
|
libsForQt5.qtcurve
|
||||||
qt6Packages.qt6gtk2
|
qt6Packages.qt6gtk2
|
||||||
@ -226,9 +220,7 @@ in {
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
maxCacheTtl = 14400;
|
maxCacheTtl = 14400;
|
||||||
maxCacheTtlSsh = 14400;
|
maxCacheTtlSsh = 14400;
|
||||||
sshKeys = [
|
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];
|
||||||
"530D3EC95C32AB9EC33714AAF865738D6E77680A"
|
|
||||||
];
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
pinentry-program /usr/bin/pinentry-gtk-2
|
pinentry-program /usr/bin/pinentry-gtk-2
|
||||||
allow-loopback-pinentry
|
allow-loopback-pinentry
|
||||||
|
@ -39,7 +39,10 @@
|
|||||||
homeConfigurations.${username} =
|
homeConfigurations.${username} =
|
||||||
home-manager.lib.homeManagerConfiguration rec {
|
home-manager.lib.homeManagerConfiguration rec {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
extraSpecialArgs = { inherit inputs; inherit self; };
|
extraSpecialArgs = {
|
||||||
|
inherit inputs;
|
||||||
|
inherit self;
|
||||||
|
};
|
||||||
modules = [
|
modules = [
|
||||||
({
|
({
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
nativeBuildInputs = [ rust-toolchain ];
|
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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,8 @@
|
|||||||
}) // {
|
}) // {
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
kanagawa-gtk-theme = self.packages.${final.system}.kanagawa-gtk-theme;
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user