Add firefoxpwa support and additional git config.
This commit is contained in:
parent
4d13abfc94
commit
5d0c9e0f74
2 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,9 @@
|
|||
userName = "Nolan Darilek";
|
||||
userEmail = "nolan@thewordnerd.info";
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
users.users.nolan = {
|
||||
hashedPasswordFile = config.age.secrets.nolan.path;
|
||||
packages = with pkgs; [ firefoxpwa ];
|
||||
packages = with pkgs; [ unstable.firefoxpwa ];
|
||||
};
|
||||
|
||||
home-manager.users.nolan = {
|
||||
|
@ -16,7 +16,7 @@
|
|||
enable = true;
|
||||
package = pkgs.firefox.override {
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
firefoxpwa
|
||||
unstable.firefoxpwa
|
||||
gnome-browser-connector
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue