moved eza config
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.homeModules.shell = {
|
||||
flake.homeModules.shell = {pkgs, ...}: {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
extraOptions = [
|
||||
"-lgos type --no-time"
|
||||
];
|
||||
};
|
||||
|
||||
imports = with inputs.self.homeModules; [
|
||||
zsh
|
||||
files
|
||||
|
||||
Reference in New Issue
Block a user