feat: add bat, eza

This commit is contained in:
2025-05-31 16:08:59 -07:00
parent ea6597b7c4
commit e9eae4ac23
3 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
{
home.username = "luca";
@@ -9,6 +14,7 @@
zsh = import ./zsh.nix { inherit pkgs; };
tmux = import ./tmux.nix { inherit pkgs; };
oh-my-posh = import ./omp.nix;
eza = import ./eza.nix;
};
home.packages = with pkgs; [