firefox: add nix-prefetch-firefox-extension script
This commit is contained in:
parent
80a42cc578
commit
fd8180ce67
3 changed files with 16 additions and 0 deletions
|
|
@ -139,6 +139,11 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-prefetch-firefox-extension
|
||||
];
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
extraConfig = ''
|
||||
exec firefox-devedition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue