begin hjem migration, bump flake

This commit is contained in:
atagen 2025-08-08 17:00:13 +10:00
parent f188c7a092
commit 8d77e96d89
15 changed files with 260 additions and 218 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
userPkgs,
...
}:
{
@ -11,7 +10,7 @@
git
;
};
hm.home.packages = builtins.attrValues {
home.packages = builtins.attrValues {
inherit (pkgs)
btop
bat
@ -23,19 +22,4 @@
ouch
;
};
programs.yazi = {
enable = true;
plugins = {
inherit (pkgs.yaziPlugins)
lazygit
chmod
diff
mediainfo
smart-enter
full-border
wl-clipboard
;
fr = pkgs.callPackage userPkgs.fr-yazi { };
};
};
}