first try at gnome

This commit is contained in:
Julian Sutter 2023-01-25 09:08:15 -08:00
parent eb04da9d76
commit e866ac5635

View file

@ -104,6 +104,7 @@ home-manager.users.jsutter = {
source = fetchTarball { source = fetchTarball {
url = "https://github.com/rafaelmardojai/firefox-gnome-theme/archive/master.tar.gz"; url = "https://github.com/rafaelmardojai/firefox-gnome-theme/archive/master.tar.gz";
sha256 = "1k7w7drq5xvxccxijjl6spf4w02ghil9jya35crysa3hi0mvyn29"; sha256 = "1k7w7drq5xvxccxijjl6spf4w02ghil9jya35crysa3hi0mvyn29";
};
}; };
}; };
} }