moved eza config
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
{ inputs, ... }:
|
{ 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; [
|
imports = with inputs.self.homeModules; [
|
||||||
zsh
|
zsh
|
||||||
files
|
files
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
flake.homeModules.zsh = { pkgs, config, lib, ... }:
|
flake.homeModules.zsh = { pkgs, config, lib, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
eza
|
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user