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

@ -57,6 +57,7 @@ in {
pkgs.casks.zotero
# pkgs.casks.lulu # Doesn't work, it needs to be installed on /Applications/
# pkgs.heliport # FIXME: https://github.com/matthewbauer/undmg/issues/2
# pkgs.vesktop # FIXME: "only HFS file systems are supported."
pkgs.lf
pkgs.yazi # lf replacement, need further testing

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;