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

Configure Feed

Select the types of activity you want to include in your feed.

jujutsu: cli aliases; flake: update anvim

koi 8ea6bcce f6001e1a

+16 -4
+4 -4
flake.lock
··· 36 36 ] 37 37 }, 38 38 "locked": { 39 - "lastModified": 1769261218, 40 - "narHash": "sha256-nTrwBHzRckPk+J6JOjeXhHX6eZB1j3eoiQLoyDfXTrk=", 41 - "rev": "4cfa7cf2e0f041db9e5a98d359962b7cd448eaf1", 39 + "lastModified": 1769429521, 40 + "narHash": "sha256-rULafeNdaoqtjk08ssSKvEkBM7rj7VRFBdWFatHvGao=", 41 + "rev": "7c32ae4ff077cecbef2fc2e3d3a8d1f10cdeefdb", 42 42 "type": "tarball", 43 - "url": "https://codeberg.org/api/v1/repos/koibtw/anvim/archive/4cfa7cf2e0f041db9e5a98d359962b7cd448eaf1.tar.gz?rev=4cfa7cf2e0f041db9e5a98d359962b7cd448eaf1" 43 + "url": "https://codeberg.org/api/v1/repos/koibtw/anvim/archive/7c32ae4ff077cecbef2fc2e3d3a8d1f10cdeefdb.tar.gz?rev=7c32ae4ff077cecbef2fc2e3d3a8d1f10cdeefdb" 44 44 }, 45 45 "original": { 46 46 "type": "tarball",
+12
home/modules/programs/jujutsu.nix
··· 38 38 "init" 39 39 "--colocate" 40 40 ]; 41 + clone = [ 42 + "git" 43 + "clone" 44 + "--colocate" 45 + "--fetch-tags=none" 46 + "--branch" 47 + ]; 48 + update = [ 49 + "bookmark" 50 + "move" 51 + "--to=first_parent(@)" 52 + ]; 41 53 }; 42 54 43 55 templates = {