Common: enable eza
This commit is contained in:
parent
85dc75ced4
commit
74cadfd80f
2 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./atuin.nix
|
./atuin.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
|
./eza.nix
|
||||||
];
|
];
|
||||||
# Some programs dont have a programs.*.enable option, so I install their package here
|
# Some programs dont have a programs.*.enable option, so I install their package here
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
8
roles/common/programs/eza.nix
Normal file
8
roles/common/programs/eza.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home-manager = {
|
||||||
|
users.toast.programs.eza = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue