From 1c668bde68b9e357c2fbba4617b7c76db7b3efee Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 3 Aug 2024 15:26:45 -0400 Subject: [PATCH] chore: Format with nix fmt nixfmt-rfc-style collapses lists like these. --- hosts/phone/configuration.nix | 4 +--- modules/system.nix | 4 +--- tests/neovim.nix | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index c0bacf7e..bafd013a 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -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) diff --git a/modules/system.nix b/modules/system.nix index 22591781..aab99bf5 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -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 { diff --git a/tests/neovim.nix b/tests/neovim.nix index c68f9a5e..57ba2fe7 100644 --- a/tests/neovim.nix +++ b/tests/neovim.nix @@ -15,9 +15,7 @@ in }; }; - home-manager.sharedModules = with nix-config.homeModules; [ - neovim - ]; + home-manager.sharedModules = with nix-config.homeModules; [ neovim ]; }; testScript = # python