This commit is contained in:
John Lancaster
2026-02-16 16:41:35 -06:00
parent 5e31cd8e33
commit 6eecb1a9bd

View File

@@ -1,17 +1,17 @@
{ inputs, ... }:
{
imports = with inputs.self.homeModules; [
# Shells
bash
zsh
# Tools
files
docker
];
flake.homeModules.shell = {pkgs, lib, ...}:
{
imports = with inputs.self.homeModules; [
# Shells
bash
zsh
# Tools
files
docker
];
programs.eza = {
enable = true;
package = pkgs.eza;