mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
chore: Format with nix fmt
nixfmt-rfc-style collapses lists like these.
This commit is contained in:
parent
0803c83f2c
commit
1c668bde68
@ -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)
|
||||
|
@ -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 {
|
||||
|
@ -15,9 +15,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.sharedModules = with nix-config.homeModules; [
|
||||
neovim
|
||||
];
|
||||
home-manager.sharedModules = with nix-config.homeModules; [ neovim ];
|
||||
};
|
||||
|
||||
testScript = # python
|
||||
|
Loading…
Reference in New Issue
Block a user