migrate from github to forgejo

This commit is contained in:
Kim, Jimin 2025-06-03 13:13:37 +09:00
parent 22f0e38625
commit cc755a96c6
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 3 additions and 13 deletions

View file

@ -1,22 +1,12 @@
# pomp's dotfiles
[![license](https://img.shields.io/github/license/pompydev/.dotfiles?style=for-the-badge&color=yellow)](./LICENSE)
<!-- ## Gallery
![screenshot](.github/res/result1.png)
![result image 2](.github/res/result2.png)
-->
A [Nix flake](https://wiki.nixos.org/wiki/Flakes) for my [NixOS](https://nixos.org) setup.
## History
This is a continuation and a logical conclusion of my OS setup script project.
Timeline: [setup-script-sh](https://github.com/pompydev/setup-script-sh) ➡ [setup-script-py](https://github.com/pompydev/setup-script-py) ➡ [pompup](https://github.com/pompydev/pompup) ➡ this
Timeline: [setup-script-sh](https://git.pompy.dev/pomp/setup-script-sh) ➡ [setup-script-py](https://git.pompy.dev/pomp/setup-script-py) ➡ [pompup](https://git.pompy.dev/pomp/pompup) ➡ this
## Software

View file

@ -4,8 +4,8 @@ let
# https://github.com/Soft/nix-google-fonts-overlay
fontsOverlay = import (
builtins.fetchTarball {
url = "https://github.com/pompydev/nix-google-fonts-overlay/archive/fc0690302d895d6813a51bcd918442f7dc9db49a.tar.gz";
sha256 = "sha256:1mvhxl20vbccwzcr55ghlxnr8fnanbzh3jy7l4k2mzin4vmz4qan";
url = "https://git.pompy.dev/pomp/nix-google-fonts-overlay/archive/1c39bc6d96ecfba3ba355c979e288dde1c953678.tar.gz";
sha256 = "sha256:1cwkvynskgkpr2kzkq9gpf1haxxlw97r0rzl33vi3i1vlzyy224k";
}
);
in