mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add: use nix
This commit is contained in:
parent
1eb6b8eebe
commit
e3662da761
5 changed files with 20 additions and 10 deletions
17
default.nix
Normal file
17
default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
with (import <nixpkgs>{}); mkShell {
|
||||
buildInputs = [
|
||||
bat
|
||||
delta
|
||||
du-dust
|
||||
fd
|
||||
figlet
|
||||
fish
|
||||
fzf
|
||||
neovim
|
||||
ripgrep
|
||||
starship
|
||||
tmux
|
||||
tree
|
||||
vivid
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue