feat: replace github with gitea
This commit is contained in:
parent
2e4d9858a7
commit
c7b5ec03dd
@ -3,7 +3,7 @@ Holds my helix configuration
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
### Linux
|
### 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
|
### 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 -```
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{pkgs}: let
|
{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 {
|
image = pkgs.fetchurl {
|
||||||
url = imgLink;
|
url = imgLink;
|
||||||
sha256 = "sha256-TVa7iouofa06qDe4OLDFQb8TzeuMXby2QYuZRxuaITg=";
|
sha256 = "sha256-TVa7iouofa06qDe4OLDFQb8TzeuMXby2QYuZRxuaITg=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user