summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-11-20 19:39:29 +0100
committerLinnnus <[email protected]>2023-11-20 19:40:56 +0100
commit577c1db78cc74ae1e8ca6d3fc512e588d060436c (patch)
treec2e0c001aaf7d7919f961073a70ad7484b297eb5 /flake.nix
parentf97e84b0763cf1f3567242c2e21d01ee434ff6ca (diff)
hosts: Remove jq+jc, add home-brewn comma
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2d0b011..7c2fa52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {