mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop+Programs] move firefox configuration to programs.firefox
Convert all Gnome and Plasma specific configuration to use the new programs.firefox.*
This commit is contained in:
parent
2bc54d0c0e
commit
9e6a0fc11d
4 changed files with 22 additions and 28 deletions
|
|
@ -38,7 +38,8 @@ in {
|
|||
"gphhapmejobijbbhgpjhcjognlahblep" # Gnome Shell integration
|
||||
];
|
||||
|
||||
aviallon.desktop.browser.firefox.overrides.enableGnomeExtensions = true;
|
||||
programs.firefox.enable = true;
|
||||
programs.firefox.nativeMessagingHosts.packages = [ pkgs.gnomeExtensions.bowser-gnome-extension ];
|
||||
|
||||
environment.systemPackages = with pkgs; []
|
||||
++ [
|
||||
|
|
@ -46,7 +47,6 @@ in {
|
|||
|
||||
libreoffice-fresh
|
||||
|
||||
myFirefox
|
||||
]
|
||||
++ (with gnome; [
|
||||
gnome-software
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue