Fix firefox nightride.fm

This commit is contained in:
albert 2024-09-22 16:11:34 +09:00
parent 9ca0285c07
commit fd1858440f
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 5 additions and 4 deletions

View file

@ -14,9 +14,10 @@
'';
# Add the Firefox integrations
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
plasma-integration
];
# Sep 22 2024 - disabled. kills nightride.fm for some reason?!?!?!
# programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# plasma-integration
# ];
services.darkman = {
enable = true;

View file

@ -1,4 +1,4 @@
{ inputs, config, pkgs, theme, lib, ... }: {
{ pkgs, ... }: {
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;