chore(nix/darwin): Add Vesktop

This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 08:51:55 +07:00
parent d4e9969eec
commit 5624c40c14
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 71 additions and 29 deletions

View file

@ -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;