mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fix(nix): use nix properly
This commit is contained in:
parent
61157fd972
commit
0e2985a93c
3 changed files with 142 additions and 27 deletions
26
default.nix
26
default.nix
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue