mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Enable browsers on voyager
This commit is contained in:
parent
1c9261230e
commit
547aec86ec
|
@ -59,6 +59,9 @@
|
|||
"Media"
|
||||
"dots"
|
||||
|
||||
".mozilla"
|
||||
".mullvad"
|
||||
".config/chromium"
|
||||
".local/share/gnupg"
|
||||
".local/share/wakatime"
|
||||
".local/share/nvim"
|
||||
|
@ -126,6 +129,11 @@
|
|||
|
||||
programs = {
|
||||
bars.eww.enable = true;
|
||||
browsers = {
|
||||
firefox.enable = true;
|
||||
chromium.enable = true;
|
||||
mullvad-browser.enable = true;
|
||||
};
|
||||
spotify.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue