about summary refs log tree commit diff stats
path: root/nix-conf/home
Commit message (Expand)AuthorAgeFilesLines
* Fix zsh history substring search configDavid Morgan2024-09-241-0/+1
* Move secrets files for easier linkingDavid Morgan2024-09-242-1/+27
* Revert "Fix tmux status line time"David Morgan2024-09-241-1/+1
* Improve ea functionsDavid Morgan2024-09-181-6/+14
* Fix tmux status line timeDavid Morgan2024-09-181-1/+1
* Add restic backup configurationDavid Morgan2024-09-181-0/+16
* Replace nix-search-cli with diamondburned/nix-searchDavid Morgan2024-09-171-1/+15
* Add skhd config/scriptDavid Morgan2024-09-171-1/+10
* TidyDavid Morgan2024-09-171-57/+62
* Add jd-diff-patchDavid Morgan2024-09-171-0/+1
* Add ripgrep-allDavid Morgan2024-09-131-0/+1
* Add nix-search-cliDavid Morgan2024-09-131-0/+1
* Add yet another eza aliasDavid Morgan2024-09-131-0/+1
* Update keytool commandDavid Morgan2024-09-111-1/+4
* Add another eza alias (grid layout)David Morgan2024-09-111-0/+1
* Add lsd configDavid Morgan2024-09-111-1/+18
* Disable aws sdk ssl cert checkingDavid Morgan2024-09-101-0/+1
* Disable some prettybat dependenciesDavid Morgan2024-09-101-1/+4
* Move prettybatDavid Morgan2024-09-102-1/+5
* Add prettybat, yq and shfmtDavid Morgan2024-09-101-0/+3
* Improve/fix zsh history substring search configDavid Morgan2024-09-101-1/+4
* Improve zsh autosuggestion configDavid Morgan2024-09-101-1/+6
* Remove duplicate plugin configurationDavid Morgan2024-09-091-5/+0
* Use home-manager to manage fzf configDavid Morgan2024-09-091-9/+7
* Retain control over eza aliasesDavid Morgan2024-09-092-0/+6
* Remove zsh-nvm pluginDavid Morgan2024-09-091-15/+0
* Fix bat syntax mappingDavid Morgan2024-09-091-1/+1
* Add eza configDavid Morgan2024-09-072-2/+19
* Re-order configDavid Morgan2024-09-071-9/+10
* Speed up/improve fzf configDavid Morgan2024-09-061-3/+24
* Enable more fzf functionalityDavid Morgan2024-09-061-0/+1
* Move swordDavid Morgan2024-09-053-1/+2
* Add caddyDavid Morgan2024-09-051-0/+1
* Add swordDavid Morgan2024-09-051-0/+1
* Move LSP_USE_PLISTS to home.sessionVariablesDavid Morgan2024-09-052-1/+4
* Add comment/attributionDavid Morgan2024-09-051-0/+1
* Use builtins.pathDavid Morgan2024-09-041-1/+4
* Switch to nixfmt-rfc-styleDavid Morgan2024-09-031-1/+1
* Reformat with newer nixfmtDavid Morgan2024-09-0315-175/+254
* Minor tweaks to recent reformattingDavid Morgan2024-09-032-6/+4
* Format home include files with nixfmtDavid Morgan2024-09-037-137/+111
* Format main home files with nixfmtDavid Morgan2024-09-034-26/+11
* Format scripts with nixfmtDavid Morgan2024-09-032-7/+5
* Format zsh.nix with nixfmtDavid Morgan2024-09-031-102/+112
* Remove redundant batpipe evalDavid Morgan2024-09-031-1/+0
* Format git config with nixfmtDavid Morgan2024-09-031-4/+22
* Move fzf variables to programs.zsh.localVariablesDavid Morgan2024-09-031-8/+7
* Improve vip function and add some othersDavid Morgan2024-09-031-16/+31
* Move otm related config into otm.nixDavid Morgan2024-09-032-54/+149
* Add function to edit files from ea outputDavid Morgan2024-09-021-0/+18
471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660