feat: add bat, eza
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
tailwindcss_4
|
tailwindcss_4
|
||||||
gnumake
|
gnumake
|
||||||
watchman
|
watchman
|
||||||
|
bat
|
||||||
];
|
];
|
||||||
programs.nix-ld.enable = lib.mkDefault true;
|
programs.nix-ld.enable = lib.mkDefault true;
|
||||||
programs.zsh.enable = lib.mkDefault true;
|
programs.zsh.enable = lib.mkDefault true;
|
||||||
|
|||||||
4
nix/users/luca/eza.nix
Normal file
4
nix/users/luca/eza.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
}
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.username = "luca";
|
home.username = "luca";
|
||||||
@@ -9,6 +14,7 @@
|
|||||||
zsh = import ./zsh.nix { inherit pkgs; };
|
zsh = import ./zsh.nix { inherit pkgs; };
|
||||||
tmux = import ./tmux.nix { inherit pkgs; };
|
tmux = import ./tmux.nix { inherit pkgs; };
|
||||||
oh-my-posh = import ./omp.nix;
|
oh-my-posh = import ./omp.nix;
|
||||||
|
eza = import ./eza.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user