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 { };
};
};
}

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ pkgs, inputs, ... }:
{
imports = [
inputs.lix-module.nixosModules.default
@ -23,4 +23,6 @@
system.nixos.tags = [ "fatcock-xxl" ];
home-manager.useGlobalPkgs = true;
hjem.linker = pkgs.smfh;
}