users/hana: add nh flake path

This commit is contained in:
Cilly Leang 2026-03-15 21:34:04 +11:00
parent f8d4e05080
commit d4768ea7bf
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,5 @@
{ config, lib, modules, pkgs, ... }: { { config, lib, modules, pkgs, ... }: {
programs.nh.flake = "/persist/hana/flakes";
programs.zsh.enable = true; programs.zsh.enable = true;
users.users.hana = { users.users.hana = {
isNormalUser = true; isNormalUser = true;