add vesktop

This commit is contained in:
Kopatz
2024-04-28 21:12:51 +02:00
parent 1c9adcb50b
commit bf85568ed8

View File

@@ -23,7 +23,7 @@
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
(discord.override { withVencord = true; })
pkgs.unstable.vesktop
brave
];
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];