more stuff
This commit is contained in:
parent
42a0bf27e0
commit
fe34badada
24 changed files with 904 additions and 2343 deletions
|
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
# ./broot.nix
|
||||
./eza.nix
|
||||
./git.nix
|
||||
|
|
@ -23,11 +24,13 @@
|
|||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
ghostty
|
||||
# Editors
|
||||
# neovim # Improved version of vim, often used with overlays.
|
||||
vim # Highly configurable text editor popular for efficiency and extensibility.
|
||||
|
||||
sshfs
|
||||
lurk
|
||||
|
||||
# Builtin Replacements
|
||||
bottom # Similar to 'htop,' providing a top-like interface with additional features.
|
||||
colordiff # Tool to colorize 'diff' output, making differences between files easier to spot.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue