chore(nix/darwin): Add Vesktop
This commit is contained in:
parent
d4e9969eec
commit
5624c40c14
5 changed files with 71 additions and 29 deletions
|
@ -24,6 +24,7 @@ in
|
|||
inputs.firefox-darwin.overlay
|
||||
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
|
||||
(import ../../overlays/darwin/heliport.nix)
|
||||
(import ../../overlays/darwin/vesktop.nix)
|
||||
];
|
||||
}
|
||||
) pkgs pkgs-unstable;
|
||||
|
@ -49,6 +50,7 @@ in
|
|||
extraOverlays = [
|
||||
inputs.firefox-darwin.overlay
|
||||
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
|
||||
(import ../../overlays/darwin/vesktop.nix)
|
||||
];
|
||||
}
|
||||
) pkgs pkgs-unstable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue