WIP: restructure home manager

This commit is contained in:
Kopatz
2023-12-12 12:18:24 +01:00
parent 4226af0214
commit b790b90bf3
12 changed files with 150 additions and 74 deletions

View File

@@ -1,6 +1,5 @@
{ user, pkgs, ... }:
{ config, pkgs, inputs, ...}:
{
home-manager.users.${user} = {
programs.lf = {
enable = true;
previewer.source = pkgs.writeShellScript "pv.sh" ''
@@ -14,5 +13,4 @@
esac
'';
};
};
}