diff --git a/nix/modules/commonPackages.nix b/nix/modules/commonPackages.nix index f9ac9b9..a63dcab 100644 --- a/nix/modules/commonPackages.nix +++ b/nix/modules/commonPackages.nix @@ -46,6 +46,7 @@ tailwindcss_4 gnumake watchman + bat ]; programs.nix-ld.enable = lib.mkDefault true; programs.zsh.enable = lib.mkDefault true; diff --git a/nix/users/luca/eza.nix b/nix/users/luca/eza.nix new file mode 100644 index 0000000..349adb2 --- /dev/null +++ b/nix/users/luca/eza.nix @@ -0,0 +1,4 @@ +{ + enable = true; + enableZshIntegration = true; +} diff --git a/nix/users/luca/home.nix b/nix/users/luca/home.nix index b7efa07..cadc4fe 100644 --- a/nix/users/luca/home.nix +++ b/nix/users/luca/home.nix @@ -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; [