From c7b5ec03dde58629c4e783772d77e5a09464d62c Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 8 Apr 2025 21:58:01 +0200 Subject: [PATCH] feat: replace github with gitea --- dotfiles/helix/README.md | 4 ++-- sddm-theme-dawn.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/helix/README.md b/dotfiles/helix/README.md index 116e2ef..4bde3f2 100644 --- a/dotfiles/helix/README.md +++ b/dotfiles/helix/README.md @@ -3,7 +3,7 @@ Holds my helix configuration ## Setup ### Linux -```cd ~/.config && git clone https://github.com/itsscb/helix.git && cd -``` +```cd ~/.config && git clone https://git.itsscb.de/itsscb/helix.git && cd -``` ### Windows -```cd $env:AppData; git clone https://github.com/itsscb/helix.git; cd -``` +```cd $env:AppData; git clone https://git.itsscb.de/itsscb/helix.git; cd -``` diff --git a/sddm-theme-dawn.nix b/sddm-theme-dawn.nix index 29325fe..194f6e5 100644 --- a/sddm-theme-dawn.nix +++ b/sddm-theme-dawn.nix @@ -1,5 +1,5 @@ {pkgs}: let - imgLink = "https://github.com/itsscb/nixos/blob/master/dotfiles/theme/background_login_rust.png?raw=true"; + imgLink = "https://git.itsscb.de/itsscb/nixos/blob/master/dotfiles/theme/background_login_rust.png?raw=true"; image = pkgs.fetchurl { url = imgLink; sha256 = "sha256-TVa7iouofa06qDe4OLDFQb8TzeuMXby2QYuZRxuaITg=";