migrate from github to forgejo
This commit is contained in:
parent
22f0e38625
commit
cc755a96c6
2 changed files with 3 additions and 13 deletions
12
README.md
12
README.md
|
@ -1,22 +1,12 @@
|
|||
# pomp's dotfiles
|
||||
|
||||
[](./LICENSE)
|
||||
|
||||
<!-- ## Gallery
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
-->
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue