this repo has no description
1
fork

Configure Feed

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

chore: update Flakes

+14 -13
+9 -9
flake.lock
··· 28 28 ] 29 29 }, 30 30 "locked": { 31 - "lastModified": 1720599442, 32 - "narHash": "sha256-jdm+sKVbBXoyrxcHbVaV0htlpq2iFR+eJw3Xe/DPcDo=", 31 + "lastModified": 1721270582, 32 + "narHash": "sha256-MdZmYPPExntE5rJu88IhJSy8Um4UyZCTXhOwvzbjDVI=", 33 33 "owner": "lnl7", 34 34 "repo": "nix-darwin", 35 - "rev": "cf297a8d248db6a455b60133f6c0029c04ebe50e", 35 + "rev": "a3e4a7b8ffc08c7dc1973822a77ad432e1ec3dec", 36 36 "type": "github" 37 37 }, 38 38 "original": { ··· 114 114 ] 115 115 }, 116 116 "locked": { 117 - "lastModified": 1720646128, 118 - "narHash": "sha256-BivO5yIQukDlJL+1875Sqf3GuOPxZDdA48dYDi3PkL8=", 117 + "lastModified": 1721135958, 118 + "narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=", 119 119 "owner": "nix-community", 120 120 "repo": "home-manager", 121 - "rev": "c085b984ff2808bf322f375b10fea5a415a9c43d", 121 + "rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d", 122 122 "type": "github" 123 123 }, 124 124 "original": { ··· 164 164 }, 165 165 "nixpkgs": { 166 166 "locked": { 167 - "lastModified": 1720594544, 168 - "narHash": "sha256-w6dlBUQYvS65f0Z33TvkcAj7ITr4NFqhF5ywss5T5bU=", 167 + "lastModified": 1721303309, 168 + "narHash": "sha256-/+Yw4tW/mcTRKmkEAO64ObzCQClpSUZpk2flUD9GDHE=", 169 169 "owner": "NixOS", 170 170 "repo": "nixpkgs", 171 - "rev": "aa9461550594533c29866d42f861b6ff079a7fb6", 171 + "rev": "7e2fb8e0eb807e139d42b05bf8e28da122396bed", 172 172 "type": "github" 173 173 }, 174 174 "original": {
+5 -4
vim/.config/nvim/init.fnl
··· 274 274 :disable [:erlang :make :diff]} 275 275 :matchup {:enable true} 276 276 :indent {:enable true} 277 - :incremental_selection {:enable true}}))) 278 - ; (setup :neorg 279 - ; {:load {:core.defaults {} 280 - ; :core.concealer {}}}))) 277 + :incremental_selection {:enable true}}) 278 + ;(setup :neorg 279 + ; {:load {:core.defaults {} 280 + ; :core.concealer {}}}) 281 + )) 281 282 282 283 (defcommand Clean "keeppatterns %s/\\s\\+$//e | set nohlsearch") 283 284