diff options
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 = { |