1
0
Fork 0

chore: move from LFS to hosted image

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-01-15 17:58:05 -06:00
parent e413d1de3f
commit de1493ef91
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
4 changed files with 11 additions and 9 deletions

3
.gitattributes vendored
View File

@ -1,6 +1,3 @@
# Age
apps/gui/firefox/work.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

View File

@ -34,9 +34,14 @@
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" = {
picture-uri = "file://${./wallpaper/nixppuccin.png}";
picture-uri = "file://${wallpaper}";
};
"org/cinnamon/desktop/interface" = {
font-name = "Monaspace Neon 10";

BIN
apps/gui/wallpaper/nixppuccin.png (Stored with Git LFS)

Binary file not shown.

View File

@ -42,7 +42,10 @@ in {
};
pull.rebase = true;
url =
insteadOf "gh" "github.com"
{
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
}
// insteadOf "gh" "github.com"
// insteadOf "jj" "git.jojodev.com"
// insteadOf "gt" "gitea.com"
// insteadOf "gl" "gitlab.com"