mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-18 21:14:12 -05:00
implement overlays
This commit is contained in:
parent
5a7a3dda30
commit
7d2bf2b8b1
6 changed files with 172 additions and 18 deletions
|
|
@ -44,6 +44,9 @@ in {
|
|||
home-manager.backupFileExtension = "bk";
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
outputs.overlays.default
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue