Update home-manager + add Firefox
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
Florian RICHER 2024-06-25 20:07:01 +02:00
parent 468bd046ee
commit bf45f5ebe3
5 changed files with 70 additions and 5 deletions

View file

@ -8,6 +8,7 @@
modules.home = {
apps = {
chromium.enable = true;
firefox.enable = true;
flatpak.enable = true;
jetbrainsToolbox.enable = true;
kitty.enable = true;