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

@@ -46,6 +46,7 @@
tailwindcss_4
gnumake
watchman
bat
];
programs.nix-ld.enable = lib.mkDefault true;
programs.zsh.enable = lib.mkDefault true;

4
nix/users/luca/eza.nix Normal file
View File

@@ -0,0 +1,4 @@
{
enable = true;
enableZshIntegration = true;
}

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; [