my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

refact: koi stuff part 3

+11 -12
+1 -1
.woodpecker/checks.yml
··· 4 5 steps: 6 - name: commit message 7 - image: codeberg.org/adamperkowski/commits:latest 8 commands: 9 - check-commit-message "$(git log -1 --pretty=%B)" 10 - name: formatting
··· 4 5 steps: 6 - name: commit message 7 + image: codeberg.org/koibtw/commits:latest 8 commands: 9 - check-commit-message "$(git log -1 --pretty=%B)" 10 - name: formatting
+2 -2
CODEOWNERS
··· 1 - * @adamperkowski 2 - external/scripts/nix-shell-generate.sh @Sebaguardian
··· 1 + * @koibtw 2 + external/scripts/nix-shell-generate.sh @sebaguardian
+6 -7
flake.lock
··· 35 ] 36 }, 37 "locked": { 38 - "lastModified": 1767360414, 39 - "narHash": "sha256-QOmIMMbJD3iyHCllLAPidfXPV5YwAog8V9FfGnjtJY8=", 40 - "rev": "30fd6ea8e512ac5ba79937bfa25bcb1fc19195d4", 41 "type": "tarball", 42 - "url": "https://codeberg.org/api/v1/repos/adamperkowski/anvim/archive/30fd6ea8e512ac5ba79937bfa25bcb1fc19195d4.tar.gz?rev=30fd6ea8e512ac5ba79937bfa25bcb1fc19195d4" 43 }, 44 "original": { 45 "type": "tarball", 46 - "url": "https://codeberg.org/adamperkowski/anvim/archive/main.tar.gz" 47 } 48 }, 49 "cuteff": { ··· 57 "narHash": "sha256-rOQZos+yJSiHg+G4iB9lXO+u7PPFYgkV/65b6yPS2w0=", 58 "rev": "71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8", 59 "type": "tarball", 60 - "url": "https://codeberg.org/api/v1/repos/adamperkowski/cuteff/archive/71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8.tar.gz?rev=71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8" 61 }, 62 "original": { 63 "type": "tarball", 64 - "url": "https://codeberg.org/adamperkowski/cuteff/archive/main.tar.gz" 65 } 66 }, 67 "darwin": {
··· 35 ] 36 }, 37 "locked": { 38 + "lastModified": 1767819707, 39 + "narHash": "sha256-RDbYz2JhhlidUOSevhHAf8RYnRTV7xNnsPH9Wc0W9PE=", 40 "type": "tarball", 41 + "url": "https://codeberg.org/koibtw/anvim/archive/main.tar.gz" 42 }, 43 "original": { 44 "type": "tarball", 45 + "url": "https://codeberg.org/koibtw/anvim/archive/main.tar.gz" 46 } 47 }, 48 "cuteff": { ··· 56 "narHash": "sha256-rOQZos+yJSiHg+G4iB9lXO+u7PPFYgkV/65b6yPS2w0=", 57 "rev": "71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8", 58 "type": "tarball", 59 + "url": "https://codeberg.org/api/v1/repos/koibtw/cuteff/archive/71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8.tar.gz?rev=71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8" 60 }, 61 "original": { 62 "type": "tarball", 63 + "url": "https://codeberg.org/koibtw/cuteff/archive/main.tar.gz" 64 } 65 }, 66 "darwin": {
+2 -2
flake.nix
··· 12 }; 13 14 anvim = { 15 - url = "https://codeberg.org/adamperkowski/anvim/archive/main.tar.gz"; 16 inputs.nixpkgs.follows = "nixpkgs"; 17 }; 18 19 cuteff = { 20 - url = "https://codeberg.org/adamperkowski/cuteff/archive/main.tar.gz"; 21 inputs.nixpkgs.follows = "nixpkgs"; 22 }; 23
··· 12 }; 13 14 anvim = { 15 + url = "https://codeberg.org/koibtw/anvim/archive/main.tar.gz"; 16 inputs.nixpkgs.follows = "nixpkgs"; 17 }; 18 19 cuteff = { 20 + url = "https://codeberg.org/koibtw/cuteff/archive/main.tar.gz"; 21 inputs.nixpkgs.follows = "nixpkgs"; 22 }; 23