Add firefoxpwa support.

This commit is contained in:
Nolan Darilek 2025-02-24 16:10:47 -06:00
parent 082ed3c097
commit 4d13abfc94

View file

@ -7,7 +7,7 @@
users.users.nolan = {
hashedPasswordFile = config.age.secrets.nolan.path;
packages = with pkgs; [ wget ];
packages = with pkgs; [ firefoxpwa ];
};
home-manager.users.nolan = {