mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
update fetchGits
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
02aa2e13d5
commit
7b789178f7
|
@ -45,7 +45,7 @@
|
||||||
xdg = {
|
xdg = {
|
||||||
dataFile."backgrounds".source = builtins.fetchGit {
|
dataFile."backgrounds".source = builtins.fetchGit {
|
||||||
url = "https://github.com/alyraffauf/wallpapers.git";
|
url = "https://github.com/alyraffauf/wallpapers.git";
|
||||||
rev = "f6d8a67457be351ae2c3cbffccf14ba20fb7f6a0";
|
rev = "21018eef106928c7c44d206c6c3730cce5f781f3";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,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 = "cc70ec20e2775df7cd2bccdd20dcdecc3e0a733b";
|
rev = "3690ce89ab496df771dd3a470908da71e46271a6";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue