style: format with nixfmt
This commit is contained in:
parent
eb4a4c73fd
commit
509daff1ca
@ -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
|
||||
|
@ -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 = [
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user