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