chore: Prefer with pkgs; over attrValues

`with pkgs;` is okay to use as long as there isn't an "escaping with".
This commit is contained in:
Donovan Glover 2024-08-25 17:03:37 -04:00
parent 3e5290a6ba
commit 75029f6d1d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -147,8 +147,7 @@ in
}; };
environment.systemPackages = mkMerge [ environment.systemPackages = mkMerge [
(mkIf bloat (attrValues { (mkIf bloat (with pkgs; [
inherit (pkgs)
mullvad-browser mullvad-browser
spek spek
audacity audacity
@ -163,19 +162,16 @@ in
ringracers ringracers
jamesdsp jamesdsp
texliveFull texliveFull
; ]))
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; (with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])
}))
(attrValues { (with pkgs; [
inherit (pkgs)
anki anki
pulseaudio pulseaudio
grim grim
wl-clipboard-rs wl-clipboard-rs
; ])
})
]; ];
fonts = { fonts = {