mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
flake: update flake inputs
This commit is contained in:
parent
8515c5efcc
commit
8de1a2e66d
@ -40,7 +40,7 @@
|
||||
inherit system;
|
||||
config = config.setups.sharedNixpkgsConfig;
|
||||
overlays = lib.attrValues inputs.self.overlays ++ [
|
||||
inputs.nur.overlay
|
||||
inputs.nur.overlays.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -24,7 +24,7 @@
|
||||
inputs.helix-editor.overlays.default
|
||||
|
||||
# Get all of the NUR.
|
||||
inputs.nur.overlay
|
||||
inputs.nur.overlays.default
|
||||
];
|
||||
};
|
||||
homeManagerBranch = "home-manager-unstable";
|
||||
|
Loading…
Reference in New Issue
Block a user