Add fish to the flake

This commit is contained in:
Manuel Thalmann 2024-07-07 20:47:24 +02:00
parent eef2a1edc6
commit 5b0e58175e

View file

@ -24,6 +24,7 @@
default = pkgs.mkShell {
packages = [
pkgs.archiso
pkgs.fish
];
};
};