changed enable

This commit is contained in:
John Lancaster
2026-02-16 13:53:48 -06:00
parent 1b1a4767a9
commit 0e724e82c6

View File

@@ -1,9 +1,10 @@
{ {
flake.homeModules.files = { pkgs, ... }: flake.homeModules.files = { pkgs, ... }:
{ {
programs.lf.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
gdu gdu
lf
]; ];
}; };
} }