add firefox

This commit is contained in:
Thilo Billerbeck 2023-11-13 17:54:16 +01:00
parent 692b622561
commit 807a63caac
2 changed files with 6 additions and 0 deletions
home-manager/programs

View file

@ -0,0 +1,5 @@
{
programs.firefox = {
enabled = true;
};
}