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