feat: enable firefox through home manager

This commit is contained in:
Infinidoge 2021-09-27 23:37:51 -04:00
parent 6c60827420
commit bdc039ab9a

View file

@ -13,6 +13,12 @@
userName = "Infinidoge"; userName = "Infinidoge";
}; };
programs = {
firefox = {
enable = true;
};
};
home = { home = {
file = { file = {
qtile_config = { qtile_config = {
@ -26,8 +32,6 @@
hydrus hydrus
firefox
neofetch neofetch
]; ];
}; };