fix
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.homeModules.shell = {pkgs, lib, ...}:
|
||||
{
|
||||
imports = with inputs.self.homeModules; [
|
||||
# Shells
|
||||
@@ -10,8 +12,6 @@
|
||||
docker
|
||||
];
|
||||
|
||||
flake.homeModules.shell = {pkgs, lib, ...}:
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
package = pkgs.eza;
|
||||
|
||||
Reference in New Issue
Block a user