mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:00:41 +00:00
Add vesktop
This commit is contained in:
parent
f726805e5c
commit
8f4f9a7bd9
4 changed files with 40 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
".mozilla"
|
||||
".mullvad"
|
||||
".config/chromium"
|
||||
".config/vesktop"
|
||||
".local/share/gnupg"
|
||||
".local/share/zoxide"
|
||||
".local/share/wakatime"
|
||||
|
@ -137,6 +138,10 @@
|
|||
};
|
||||
spotify.enable = true;
|
||||
stremio.enable = true;
|
||||
vesktop = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue