mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 23:07:46 +02:00
chore: Run nix fmt
This commit is contained in:
@ -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 ])
|
||||
|
||||
|
Reference in New Issue
Block a user