Add firefoxpwa support.
This commit is contained in:
parent
082ed3c097
commit
4d13abfc94
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
users.users.nolan = {
|
users.users.nolan = {
|
||||||
hashedPasswordFile = config.age.secrets.nolan.path;
|
hashedPasswordFile = config.age.secrets.nolan.path;
|
||||||
packages = with pkgs; [ wget ];
|
packages = with pkgs; [ firefoxpwa ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.nolan = {
|
home-manager.users.nolan = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue