Actually add vesktop package if vesktop is enabled

This commit is contained in:
Dragyx 2024-04-13 15:12:46 +02:00
commit 77a3f50591
2 changed files with 36 additions and 0 deletions

View file

@ -13,6 +13,7 @@ in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
home.packages = with pkgs; [ vesktop ];
xdg.configFile."vesktop/settings.json".text = builtins.toJSON {
discordBranch = "ptb";
firstLaunch = false;