mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
chore: move overlays
This commit is contained in:
parent
fbdc38100d
commit
b8e60dcab0
3 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
@ -12,9 +11,5 @@ in
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../pkgs { inherit pkgs; })
|
||||
(self: super: {
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
zen-browser-unwrapped = inputs.zen-browser.packages.${system}.zen-browser-unwrapped;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue