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