Fix firefox nightride.fm
This commit is contained in:
parent
9ca0285c07
commit
fd1858440f
2 changed files with 5 additions and 4 deletions
|
@ -14,9 +14,10 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Add the Firefox integrations
|
# Add the Firefox integrations
|
||||||
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
# Sep 22 2024 - disabled. kills nightride.fm for some reason?!?!?!
|
||||||
plasma-integration
|
# programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
];
|
# plasma-integration
|
||||||
|
# ];
|
||||||
|
|
||||||
services.darkman = {
|
services.darkman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -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;
|
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue