Add an alias for nix-serve

This commit is contained in:
Sameer Rahmani 2024-04-29 12:50:41 +01:00
parent 290fd372ab
commit 1599e53849
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,7 @@ in
nix-tree
nix-index
nixfmt
nix-serve
# productivity
btop # replacement of htop/nmon
@ -160,6 +161,7 @@ in
remmina
xclip
];
# starship - an customizable prompt for any shell
@ -259,6 +261,7 @@ in
"yubi_switch" = ''gpg-connect-agent "scd serialno" "learn --force" /bye'';
maryland = ''ssh -t -v -L 5900:localhost:5900 mary@mary'';
serv-store = ''nix-serve -p 8000'';
};
initExtra = ''