fix(nix): use nix properly

This commit is contained in:
Léana 江 2023-12-01 11:37:12 +01:00 committed by Léana 江
parent 61157fd972
commit 0e2985a93c
3 changed files with 142 additions and 27 deletions

View file

@ -1,26 +0,0 @@
with (import <nixpkgs>{}); mkShell {
buildInputs = [
# git related
bat
delta
# shell
starship
tree
vivid
# text/editors
helix
neovim
tmux
# utilities
du-dust
fd
figlet
fish
fzf
ripgrep
tldr
];
}