remove gnome firefox theme

This commit is contained in:
Julian Sutter 2024-12-22 08:22:33 -08:00
parent 2e4d58a4fd
commit 8d7d0e0c65
3 changed files with 0 additions and 9 deletions

View file

@ -13,7 +13,6 @@
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
firefox-gnome-theme.url = "github:rafaelmardojai/firefox-gnome-theme";
}; };
outputs = { self, nixpkgs, home-manager, plasma-manager, nixos-hardware }: { outputs = { self, nixpkgs, home-manager, plasma-manager, nixos-hardware }: {

View file

@ -127,10 +127,6 @@ in
bitwarden bitwarden
plasma-integration plasma-integration
]; ];
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
@import "firefox-gnome-theme/theme/colors/dark.css";
'';
}; };
}; };
}; };

View file

@ -127,10 +127,6 @@ in
bitwarden bitwarden
plasma-integration plasma-integration
]; ];
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
@import "firefox-gnome-theme/theme/colors/dark.css";
'';
}; };
}; };
}; };