chore: Run nix fmt

This commit is contained in:
Donovan Glover
2024-08-26 21:32:55 -04:00
parent 09b241b088
commit be5f0a6183
2 changed files with 54 additions and 52 deletions

View File

@ -147,22 +147,25 @@ in
};
environment.systemPackages = mkMerge [
(mkIf bloat (with pkgs; [
mullvad-browser
spek
audacity
gimp
libreoffice
element-desktop
signal-desktop
qbittorrent
popsicle
satty
srb2
ringracers
jamesdsp
texliveFull
]))
(mkIf bloat (
with pkgs;
[
mullvad-browser
spek
audacity
gimp
libreoffice
element-desktop
signal-desktop
qbittorrent
popsicle
satty
srb2
ringracers
jamesdsp
texliveFull
]
))
(with nix-config.inputs.sakaya.packages.${pkgs.system}; [ sakaya ])