feat: sandbox vesktop

This commit is contained in:
Guz
2025-02-09 16:48:14 -03:00
parent e9bdf0dac5
commit 7373144a30
3 changed files with 47 additions and 3 deletions

View File

@@ -93,10 +93,12 @@
home.packages =
(with pkgs; [
])
++ (with self.packages.${pkgs.system}.nixpak; [
# Vesktop/Vencord (Discord client)
vesktop
])
++ (with self.packages.${pkgs.system}.nixpak; [
# Bitwarden (Password manager)
bitwarden-desktop
]);
}