Actually add vesktop package if vesktop is enabled
This commit is contained in:
parent
e584be598b
commit
5433727cac
2 changed files with 36 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue