init
This commit is contained in:
31
devshell.nix
Normal file
31
devshell.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{ pkgs }:
|
||||
pkgs.mkShell {
|
||||
# Add build dependencies
|
||||
packages = with pkgs; [
|
||||
yazi
|
||||
ouch
|
||||
asciinema
|
||||
posting
|
||||
helix
|
||||
wget
|
||||
httpie
|
||||
nushell
|
||||
|
||||
vscode-langservers-extracted
|
||||
markdown-oxide
|
||||
marksman
|
||||
nil
|
||||
nixfmt
|
||||
nixd
|
||||
systemd-language-server
|
||||
];
|
||||
|
||||
# Add environment variables
|
||||
env = { };
|
||||
|
||||
# Load custom bash code
|
||||
shellHook = ''
|
||||
nu
|
||||
exit 0
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user