diff --git a/flake.lock b/flake.lock index 267c453..7fa5b74 100644 --- a/flake.lock +++ b/flake.lock @@ -67,15 +67,15 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1709488578, - "narHash": "sha256-ZcugEh4qENd0hZUtgBn8wS32ajXRw+HH96nv+3nohRk=", - "owner": "helix-editor", + "lastModified": 1709561694, + "narHash": "sha256-EdFv2nhksj4jkUEQVEujDxFcw5o/CPTb7YPmO7BQdu0=", + "owner": "the-mikedavis", "repo": "helix", - "rev": "cc43e3521ed94e9d6e77c719c14073d3e7217c97", + "rev": "70d78b4ae2746a1d909de01d95aca00d756d5b4d", "type": "github" }, "original": { - "owner": "helix-editor", + "owner": "the-mikedavis", "repo": "helix", "type": "github" } @@ -87,11 +87,11 @@ ] }, "locked": { - "lastModified": 1709578243, - "narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=", + "lastModified": 1709677162, + "narHash": "sha256-nIXa0KM3FOVjD3XDDigW12qktQvLG+uKuPg00rjIX/8=", "owner": "nix-community", "repo": "home-manager", - "rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3", + "rev": "bdea159ffab9865f808b8d92fd2bef33521867b2", "type": "github" }, "original": { @@ -109,11 +109,11 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1709608354, - "narHash": "sha256-pUjGgyJM6MPJpM2BwFkbu7njm4frHUuqwL0jf+h4yzo=", + "lastModified": 1709656312, + "narHash": "sha256-s9vamdAGaLm+AbKdRS4cnDuZip5L2tdeq85mV6YoHJs=", "owner": "martinvonz", "repo": "jj", - "rev": "59a61a26d9b462556a42bc4d294e488d9e6b96f4", + "rev": "fb5fe5cc26bc4fccc23bcb09860b14cc672199a8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4046cba..3d4439f 100644 --- a/flake.nix +++ b/flake.nix @@ -30,8 +30,8 @@ }; nixConfig = { - extra-substituters = ["https://cosmic.cachix.org/"]; - extra-trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="]; + extra-substituters = ["https://cosmic.cachix.org/" "https://helix.cachix.org/"]; + extra-trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="]; }; outputs = { diff --git a/systems/BASED.nix b/systems/BASED.nix index 06fec0e..318104a 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -15,8 +15,7 @@ ffmpeg firefox git - # inputs.helix.packages.${pkgs.system}.default - helix + inputs.helix.packages.${pkgs.system}.default # libthai localsend macchina diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 21f4aab..6d7b090 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -7,6 +7,7 @@ settings = { theme = "dracula"; editor = { + rainbow-brackets = true; line-number = "relative"; cursorline = true; completion-replace = true; @@ -83,13 +84,13 @@ auto-format = true; formatter = {command = "alejandra";}; } - # { - # name = "typst"; - # indent = { - # tab-width = 4; - # unit = " "; - # }; - # } + { + name = "typst"; + indent = { + tab-width = 4; + unit = " "; + }; + } # { name = "rust"; } ]; language-servers = { @@ -123,6 +124,6 @@ }; enable = true; defaultEditor = true; - # package = inputs.helix.packages.${pkgs.system}.default; + package = inputs.helix.packages.${pkgs.system}.default; }; }