moved files.nix
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{
|
||||
flake.homeModules.files = { pkgs, ... }:
|
||||
{
|
||||
programs.lf.enable = true;
|
||||
programs.lf.cmdKeybindings = {
|
||||
"D" = "delete";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gdu
|
||||
lf
|
||||
# TODO: find a CLI file editor that's not insane
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user