diff options
author | Frankie B <git@diskfloppy.me> | 2023-04-25 22:24:08 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-04-25 22:24:08 +0100 |
commit | b2439984b6b5ec2fb9c74700743a5852ec5ebd2e (patch) | |
tree | 94dceb728e641006864bf123413a6efd66046432 | |
parent | 496314f2f7c6eb0f9362fcce1cb7d3aa976a97c9 (diff) |
Add fish to nixbox packages
-rw-r--r-- | hosts/nixbox/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 853f01e..b34f758 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -112,6 +112,7 @@ nerdfonts jetbrains-mono kitty + fish ]; # Some programs need SUID wrappers, can be configured further or are |