mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Browser/Firefox] refactor firefox to use callPackage
Move overrides to a config option Add gnome support
This commit is contained in:
parent
776c6e3060
commit
539e85ed95
5 changed files with 23 additions and 4 deletions
|
|
@ -41,6 +41,8 @@ in {
|
|||
environment.systemPackages = with pkgs; []
|
||||
++ [
|
||||
guake
|
||||
|
||||
(myFirefox.override { enableGnomeExtensions = true; })
|
||||
]
|
||||
++ (with gnome; [
|
||||
gnome-software
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue