mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
aly: update firefox gnome theme (#33)
* aly/firefox: bump gnome theme * aly/thunderbird: bump gnome theme
This commit is contained in:
parent
2f0b5cab25
commit
3df33271b6
|
@ -7,7 +7,7 @@
|
||||||
home.file = let
|
home.file = let
|
||||||
source = builtins.fetchGit {
|
source = builtins.fetchGit {
|
||||||
url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git";
|
url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git";
|
||||||
rev = "cbd351c587211d48c77cc679b49aa7292ec556dc";
|
rev = "c36cd1a35062ef0f7e37ff904e94e50d3c84373c";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -92,7 +92,7 @@ in {
|
||||||
home.file = let
|
home.file = let
|
||||||
source = builtins.fetchGit {
|
source = builtins.fetchGit {
|
||||||
url = "https://github.com/rafaelmardojai/thunderbird-gnome-theme.git";
|
url = "https://github.com/rafaelmardojai/thunderbird-gnome-theme.git";
|
||||||
rev = "65d5c03fc9172d549a3ea72fd366d544981a002b";
|
rev = "e9ba48261ea8cea425e47586e33dd15167a77e74";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue