refactor(nix): Use nixpkgs' vesktop now that it supports darwin

This commit is contained in:
Ahmad Ansori Palembani 2024-11-07 09:03:35 +07:00
parent 94d596e386
commit b48174745d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 33 additions and 54 deletions

View file

@ -17,8 +17,11 @@ in {
pkgs.zoxide
pkgs.ruby
pkgs._7zz
pkgs.enchive
(pkgs.pass.withExtensions (exts: [ exts.pass-otp ]))
pkgs.gnupg
pkgs.vesktop
];
}