this repo has no description
1
fork

Configure Feed

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

chore: add Neorg overlay

+245 -9
+230 -4
flake.lock
··· 41 41 "type": "github" 42 42 } 43 43 }, 44 + "flake-compat": { 45 + "flake": false, 46 + "locked": { 47 + "lastModified": 1641205782, 48 + "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", 49 + "owner": "edolstra", 50 + "repo": "flake-compat", 51 + "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", 52 + "type": "github" 53 + }, 54 + "original": { 55 + "owner": "edolstra", 56 + "repo": "flake-compat", 57 + "type": "github" 58 + } 59 + }, 60 + "flake-compat_2": { 61 + "flake": false, 62 + "locked": { 63 + "lastModified": 1641205782, 64 + "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", 65 + "owner": "edolstra", 66 + "repo": "flake-compat", 67 + "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", 68 + "type": "github" 69 + }, 70 + "original": { 71 + "owner": "edolstra", 72 + "repo": "flake-compat", 73 + "type": "github" 74 + } 75 + }, 44 76 "flake-parts": { 45 77 "inputs": { 46 78 "nixpkgs-lib": "nixpkgs-lib" ··· 92 124 "type": "github" 93 125 } 94 126 }, 127 + "flake-utils_3": { 128 + "inputs": { 129 + "systems": "systems_2" 130 + }, 131 + "locked": { 132 + "lastModified": 1710146030, 133 + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 134 + "owner": "numtide", 135 + "repo": "flake-utils", 136 + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 137 + "type": "github" 138 + }, 139 + "original": { 140 + "owner": "numtide", 141 + "repo": "flake-utils", 142 + "type": "github" 143 + } 144 + }, 145 + "flake-utils_4": { 146 + "locked": { 147 + "lastModified": 1644229661, 148 + "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", 149 + "owner": "numtide", 150 + "repo": "flake-utils", 151 + "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", 152 + "type": "github" 153 + }, 154 + "original": { 155 + "owner": "numtide", 156 + "repo": "flake-utils", 157 + "type": "github" 158 + } 159 + }, 160 + "flake-utils_5": { 161 + "locked": { 162 + "lastModified": 1644229661, 163 + "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", 164 + "owner": "numtide", 165 + "repo": "flake-utils", 166 + "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", 167 + "type": "github" 168 + }, 169 + "original": { 170 + "owner": "numtide", 171 + "repo": "flake-utils", 172 + "type": "github" 173 + } 174 + }, 95 175 "flakey-profile": { 96 176 "locked": { 97 177 "lastModified": 1712898590, ··· 162 242 "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz" 163 243 } 164 244 }, 245 + "neorg": { 246 + "flake": false, 247 + "locked": { 248 + "lastModified": 1723939227, 249 + "narHash": "sha256-emIQ0DtsCG3m8d7zEe5DDAz7b1I4wOnuXEClAXnWTlQ=", 250 + "owner": "nvim-neorg", 251 + "repo": "neorg", 252 + "rev": "85f15f033d8c56366ac1e6ae93c940db8ad067ca", 253 + "type": "github" 254 + }, 255 + "original": { 256 + "owner": "nvim-neorg", 257 + "repo": "neorg", 258 + "type": "github" 259 + } 260 + }, 261 + "neorg-overlay": { 262 + "inputs": { 263 + "flake-utils": "flake-utils_3", 264 + "neorg": "neorg", 265 + "neorg-telescope": "neorg-telescope", 266 + "nixpkgs": [ 267 + "nixpkgs" 268 + ], 269 + "norg": "norg", 270 + "norg-meta": "norg-meta" 271 + }, 272 + "locked": { 273 + "lastModified": 1724202334, 274 + "narHash": "sha256-RvNsEbIfnvJr0rtyafSkWhp7IoE+Ve5E9Lb4fLG2s5k=", 275 + "owner": "nvim-neorg", 276 + "repo": "nixpkgs-neorg-overlay", 277 + "rev": "d1fbc526b763250ef790d2797ec9fff5e8add6ac", 278 + "type": "github" 279 + }, 280 + "original": { 281 + "owner": "nvim-neorg", 282 + "repo": "nixpkgs-neorg-overlay", 283 + "type": "github" 284 + } 285 + }, 286 + "neorg-telescope": { 287 + "flake": false, 288 + "locked": { 289 + "lastModified": 1722358034, 290 + "narHash": "sha256-ei4uUqpIQjGKzu5ryu0Hlmis9TS9FJsYnjt4J4QdWlw=", 291 + "owner": "nvim-neorg", 292 + "repo": "neorg-telescope", 293 + "rev": "ddb2556644cae922699a239bbb0fe16e25b084b7", 294 + "type": "github" 295 + }, 296 + "original": { 297 + "owner": "nvim-neorg", 298 + "repo": "neorg-telescope", 299 + "type": "github" 300 + } 301 + }, 165 302 "nixpkgs": { 166 303 "locked": { 167 - "lastModified": 1723603349, 168 - "narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=", 304 + "lastModified": 1644486793, 305 + "narHash": "sha256-EeijR4guVHgVv+JpOX3cQO+1XdrkJfGmiJ9XVsVU530=", 169 306 "owner": "NixOS", 170 307 "repo": "nixpkgs", 171 - "rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb", 308 + "rev": "1882c6b7368fd284ad01b0a5b5601ef136321292", 172 309 "type": "github" 173 310 }, 174 311 "original": { ··· 190 327 "url": "https://github.com/NixOS/nixpkgs/archive/a5d394176e64ab29c852d03346c1fc9b0b7d33eb.tar.gz" 191 328 } 192 329 }, 330 + "nixpkgs_2": { 331 + "locked": { 332 + "lastModified": 1644486793, 333 + "narHash": "sha256-EeijR4guVHgVv+JpOX3cQO+1XdrkJfGmiJ9XVsVU530=", 334 + "owner": "NixOS", 335 + "repo": "nixpkgs", 336 + "rev": "1882c6b7368fd284ad01b0a5b5601ef136321292", 337 + "type": "github" 338 + }, 339 + "original": { 340 + "owner": "NixOS", 341 + "ref": "nixpkgs-unstable", 342 + "repo": "nixpkgs", 343 + "type": "github" 344 + } 345 + }, 346 + "nixpkgs_3": { 347 + "locked": { 348 + "lastModified": 1723603349, 349 + "narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=", 350 + "owner": "NixOS", 351 + "repo": "nixpkgs", 352 + "rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb", 353 + "type": "github" 354 + }, 355 + "original": { 356 + "owner": "NixOS", 357 + "ref": "nixpkgs-unstable", 358 + "repo": "nixpkgs", 359 + "type": "github" 360 + } 361 + }, 362 + "norg": { 363 + "inputs": { 364 + "flake-compat": "flake-compat", 365 + "flake-utils": "flake-utils_4", 366 + "nixpkgs": "nixpkgs" 367 + }, 368 + "locked": { 369 + "lastModified": 1672582520, 370 + "narHash": "sha256-kv3UiJUqMSF1qd3r4OCWomVTHTYjwX/EBRWm8mOSdwg=", 371 + "owner": "nvim-neorg", 372 + "repo": "tree-sitter-norg", 373 + "rev": "d7a466e182a532065a559dbfc7a847271d5e9c29", 374 + "type": "github" 375 + }, 376 + "original": { 377 + "owner": "nvim-neorg", 378 + "ref": "dev", 379 + "repo": "tree-sitter-norg", 380 + "type": "github" 381 + } 382 + }, 383 + "norg-meta": { 384 + "inputs": { 385 + "flake-compat": "flake-compat_2", 386 + "flake-utils": "flake-utils_5", 387 + "nixpkgs": "nixpkgs_2" 388 + }, 389 + "locked": { 390 + "lastModified": 1713028366, 391 + "narHash": "sha256-8qSdwHlfnjFuQF4zNdLtU2/tzDRhDZbo9K54Xxgn5+8=", 392 + "owner": "nvim-neorg", 393 + "repo": "tree-sitter-norg-meta", 394 + "rev": "6f0510cc516a3af3396a682fbd6655486c2c9d2d", 395 + "type": "github" 396 + }, 397 + "original": { 398 + "owner": "nvim-neorg", 399 + "repo": "tree-sitter-norg-meta", 400 + "type": "github" 401 + } 402 + }, 193 403 "root": { 194 404 "inputs": { 195 405 "agnoster": "agnoster", ··· 197 407 "flake-parts": "flake-parts", 198 408 "home-manager": "home-manager", 199 409 "lix-module": "lix-module", 200 - "nixpkgs": "nixpkgs" 410 + "neorg-overlay": "neorg-overlay", 411 + "nixpkgs": "nixpkgs_3" 201 412 } 202 413 }, 203 414 "systems": { 415 + "locked": { 416 + "lastModified": 1681028828, 417 + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 418 + "owner": "nix-systems", 419 + "repo": "default", 420 + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 421 + "type": "github" 422 + }, 423 + "original": { 424 + "owner": "nix-systems", 425 + "repo": "default", 426 + "type": "github" 427 + } 428 + }, 429 + "systems_2": { 204 430 "locked": { 205 431 "lastModified": 1681028828, 206 432 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+5
flake.nix
··· 23 23 inputs.nixpkgs.follows = "nixpkgs"; 24 24 }; 25 25 26 + neorg-overlay = { 27 + url = "github:nvim-neorg/nixpkgs-neorg-overlay"; 28 + inputs.nixpkgs.follows = "nixpkgs"; 29 + }; 30 + 26 31 # nixvim = { 27 32 # url = "github:nix-community/nixvim"; 28 33 # inputs.nixpkgs.follows = "nixpkgs";
+7 -2
modules/nvim.nix
··· 24 24 nvim-treesitter.withAllGrammars 25 25 vim-nickel 26 26 # XXX: Currently broken 27 - # neorg 28 - # neorg-telescope 27 + lua-utils-nvim 28 + neorg 29 + neorg-telescope 29 30 ]; 30 31 31 32 opt = []; ··· 33 34 }; 34 35 }; 35 36 in { 37 + nixpkgs.overlays = [ 38 + inputs.neorg-overlay.overlays.default 39 + ]; 40 + 36 41 environment.variables.EDITOR = "nvim"; 37 42 environment.systemPackages = [nvim]; 38 43 }
+3 -3
vim/.config/nvim/init.fnl
··· 280 280 :matchup {:enable true} 281 281 :indent {:enable true} 282 282 :incremental_selection {:enable true}}) 283 - ;(setup :neorg 284 - ; {:load {:core.defaults {} 285 - ; :core.concealer {}}}) 283 + (setup :neorg 284 + {:load {:core.defaults {} 285 + :core.concealer {}}}) 286 286 )) 287 287 288 288 (defcommand Clean "keeppatterns %s/\\s\\+$//e | set nohlsearch")