chore: Format with nix fmt

nixfmt-rfc-style collapses lists like these.
This commit is contained in:
Donovan Glover 2024-08-03 15:26:45 -04:00
parent 0803c83f2c
commit 1c668bde68
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 9 deletions

View File

@ -23,9 +23,7 @@ in
{
imports = attrValues self.nixosModules;
nixpkgs.overlays = with self.overlays; [
phinger-cursors
];
nixpkgs.overlays = with self.overlays; [ phinger-cursors ];
home-manager.sharedModules = attrValues {
inherit (self.homeModules)

View File

@ -30,9 +30,7 @@ let
cfg = config.modules.system;
in
{
imports = with nix-config.inputs.home-manager.nixosModules; [
home-manager
];
imports = with nix-config.inputs.home-manager.nixosModules; [ home-manager ];
options.modules.system = {
username = mkOption {

View File

@ -15,9 +15,7 @@ in
};
};
home-manager.sharedModules = with nix-config.homeModules; [
neovim
];
home-manager.sharedModules = with nix-config.homeModules; [ neovim ];
};
testScript = # python