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