Skip to content

Commit

Permalink
feat: add toolong
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 24, 2024
1 parent bbd684e commit 5972403
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 4 deletions.
180 changes: 176 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions flake.nix
Expand Up @@ -37,6 +37,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# Text editor branch
toolong = {
url = "github:icecreammatt/toolong";
inputs.nixpkgs.follows = "nixpkgs";
};

# Text editor branch
helix-flake = {
url = "github:icecreammatt/helix/refs/tags/2024-01-29";
Expand Down
1 change: 1 addition & 0 deletions hosts/darwin/hosts/configuration.nix
Expand Up @@ -44,6 +44,7 @@
environment.systemPackages = with pkgs; [
fish
inputs.helix-flake.packages."${system}".helix
inputs.toolong.packages."${system}".toolong
];

environment.shells = [pkgs.fish];
Expand Down

0 comments on commit 5972403

Please sign in to comment.