mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +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;
|
imports = attrValues self.nixosModules;
|
||||||
|
|
||||||
nixpkgs.overlays = with self.overlays; [
|
nixpkgs.overlays = with self.overlays; [ phinger-cursors ];
|
||||||
phinger-cursors
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.sharedModules = attrValues {
|
home-manager.sharedModules = attrValues {
|
||||||
inherit (self.homeModules)
|
inherit (self.homeModules)
|
||||||
|
@ -30,9 +30,7 @@ let
|
|||||||
cfg = config.modules.system;
|
cfg = config.modules.system;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = with nix-config.inputs.home-manager.nixosModules; [
|
imports = with nix-config.inputs.home-manager.nixosModules; [ home-manager ];
|
||||||
home-manager
|
|
||||||
];
|
|
||||||
|
|
||||||
options.modules.system = {
|
options.modules.system = {
|
||||||
username = mkOption {
|
username = mkOption {
|
||||||
|
@ -15,9 +15,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.sharedModules = with nix-config.homeModules; [
|
home-manager.sharedModules = with nix-config.homeModules; [ neovim ];
|
||||||
neovim
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript = # python
|
testScript = # python
|
||||||
|
Loading…
Reference in New Issue
Block a user