diff options
author | Linnnus <[email protected]> | 2023-11-20 19:39:29 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-20 19:40:56 +0100 |
commit | 577c1db78cc74ae1e8ca6d3fc512e588d060436c (patch) | |
tree | c2e0c001aaf7d7919f961073a70ad7484b297eb5 /flake.nix | |
parent | f97e84b0763cf1f3567242c2e21d01ee434ff6ca (diff) |
hosts: Remove jq+jc, add home-brewn comma
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ # url = "path:/home/linus/code/push-notification-api"; inputs.nixpkgs.follows = "nixpkgs"; }; + comma = { + url = "github:linnnus/comma-zsh"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { |