mirror of https://git.jolheiser.com/dotnix.git
chore: move from LFS to hosted image
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
e413d1de3f
commit
de1493ef91
|
@ -1,6 +1,3 @@
|
||||||
# Age
|
# Age
|
||||||
apps/gui/firefox/work.nix filter=git-age diff=git-age
|
apps/gui/firefox/work.nix filter=git-age diff=git-age
|
||||||
machines/chai/cifs.nix filter=git-age diff=git-age
|
machines/chai/cifs.nix filter=git-age diff=git-age
|
||||||
|
|
||||||
# Git LFS
|
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
||||||
|
|
|
@ -34,9 +34,14 @@
|
||||||
jolheiser.nur.kv
|
jolheiser.nur.kv
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
dconf.settings = {
|
dconf.settings = let
|
||||||
|
wallpaper = pkgs.fetchurl {
|
||||||
|
url = "https://user.fm/files/v2-3834da30df507c4ba97a551571e98e33/nixppuccin.png";
|
||||||
|
hash = "sha256-dwM+Wi2gse7Eu4f/suU2BsVACPHMfSaXYOpZPqx6/SQ=";
|
||||||
|
};
|
||||||
|
in {
|
||||||
"org/cinnamon/desktop/background" = {
|
"org/cinnamon/desktop/background" = {
|
||||||
picture-uri = "file://${./wallpaper/nixppuccin.png}";
|
picture-uri = "file://${wallpaper}";
|
||||||
};
|
};
|
||||||
"org/cinnamon/desktop/interface" = {
|
"org/cinnamon/desktop/interface" = {
|
||||||
font-name = "Monaspace Neon 10";
|
font-name = "Monaspace Neon 10";
|
||||||
|
|
BIN
apps/gui/wallpaper/nixppuccin.png (Stored with Git LFS)
BIN
apps/gui/wallpaper/nixppuccin.png (Stored with Git LFS)
Binary file not shown.
|
@ -42,7 +42,10 @@ in {
|
||||||
};
|
};
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
url =
|
url =
|
||||||
insteadOf "gh" "github.com"
|
{
|
||||||
|
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
|
||||||
|
}
|
||||||
|
// insteadOf "gh" "github.com"
|
||||||
// insteadOf "jj" "git.jojodev.com"
|
// insteadOf "jj" "git.jojodev.com"
|
||||||
// insteadOf "gt" "gitea.com"
|
// insteadOf "gt" "gitea.com"
|
||||||
// insteadOf "gl" "gitlab.com"
|
// insteadOf "gl" "gitlab.com"
|
||||||
|
|
Loading…
Reference in New Issue