🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
12
shared/desktop/home-manager/shell/eza.nix
Normal file
12
shared/desktop/home-manager/shell/eza.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
programs = {
|
||||
eza = {
|
||||
enable = true;
|
||||
colors = "always";
|
||||
enableFishIntegration = true;
|
||||
git = true;
|
||||
icons = "always";
|
||||
};
|
||||
fish.shellAliases.ls = "eza";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user