mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 06:55:13 +02:00
chore: Expand single item lists and attribute sets
These aren't collapsed by nix fmt anymore.
This commit is contained in:
@ -20,7 +20,9 @@ in
|
||||
|
||||
home-manager.sharedModules =
|
||||
attrValues nix-config.homeModules
|
||||
++ singleton { programs.btop.enable = true; };
|
||||
++ singleton {
|
||||
programs.btop.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = attrValues {
|
||||
inherit (nix-config.packages.${pkgs.system}) webp-thumbnailer;
|
||||
|
Reference in New Issue
Block a user