add: use nix

This commit is contained in:
Léana 江 2023-11-30 21:24:54 +01:00 committed by Léana 江
parent 1eb6b8eebe
commit e3662da761
5 changed files with 20 additions and 10 deletions

17
default.nix Normal file
View file

@ -0,0 +1,17 @@
with (import <nixpkgs>{}); mkShell {
buildInputs = [
bat
delta
du-dust
fd
figlet
fish
fzf
neovim
ripgrep
starship
tmux
tree
vivid
];
}