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