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