fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user