refactor: centralize host and user metadata
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
|
||||
flake.modules.homeManager.shell =
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
@@ -145,7 +146,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.eza.enable = true;
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
extraOptions = [ "--group-directories-first" ];
|
||||
};
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
Reference in New Issue
Block a user