remove gnome firefox theme

This commit is contained in:
Julian Sutter 2024-12-22 08:21:28 -08:00
parent aa83d89957
commit 2e4d58a4fd
3 changed files with 6 additions and 24 deletions

View file

@ -103,13 +103,6 @@ home-manager.users.jsutter = {
gnomeExtensions.cpufreq
];
home.sessionVariables.GTK_THEME = "palenight";
home.file."firefox-gnome-theme" = {
target = ".mozilla/firefox/default/chrome/firefox-gnome-theme";
source = fetchTarball {
url = "https://github.com/rafaelmardojai/firefox-gnome-theme/archive/master.tar.gz";
sha256 = "1k7w7drq5xvxccxijjl6spf4w02ghil9jya35crysa3hi0mvyn29";
};
};
};
# GNUPG Stuff
services.pcscd.enable = true;