mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
nix-shell: -fish
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.shellAliases = {
|
||||
ns = "nix-shell --command fish";
|
||||
ns = "nix-shell --run zsh";
|
||||
":r" = ''echo "You stupid!"'';
|
||||
nixi = ''nix repl "<nixpkgs>"'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user