added glow pkg

This commit is contained in:
William 2025-08-16 18:56:07 -03:00
parent bcfa8465bf
commit 4f95d87d7b

View file

@ -14,7 +14,6 @@
### Dev Tools ### ### Dev Tools ###
agenix agenix
git git
helix
### System Utilities ### ### System Utilities ###
btop btop
nixos-firewall-tool nixos-firewall-tool
@ -27,7 +26,6 @@
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
neofetch = "${pkgs.fastfetch}/bin/fastfetch"; neofetch = "${pkgs.fastfetch}/bin/fastfetch";
tree = "ls --tree"; tree = "ls --tree";
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
vi = "${pkgs.evil-helix}/bin/hx"; vi = "${pkgs.evil-helix}/bin/hx";
vim = "${pkgs.evil-helix}/bin/hx"; vim = "${pkgs.evil-helix}/bin/hx";
nvim = "${pkgs.evil-helix}/bin/hx"; nvim = "${pkgs.evil-helix}/bin/hx";
@ -77,6 +75,7 @@
claude-code claude-code
fd fd
fzf fzf
glow
nixfmt-rfc-style nixfmt-rfc-style
nix-init nix-init
nix-output-monitor nix-output-monitor