added eza
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.packages = [];
|
home.packages = [];
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "25.11";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,5 +8,6 @@
|
|||||||
../../packages/zsh/home.nix
|
../../packages/zsh/home.nix
|
||||||
|
|
||||||
../../packages/btop/home.nix
|
../../packages/btop/home.nix
|
||||||
|
../../packages/eza/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
eza
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user