more stuff

This commit is contained in:
gwg313 2025-02-09 11:16:45 -05:00
parent 42a0bf27e0
commit fe34badada
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
24 changed files with 904 additions and 2343 deletions

View file

@ -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.