use NH_FLAKE instead of FLAKE for nh

This commit is contained in:
Julian Mutter 2025-05-05 07:11:28 +02:00
parent 97229a521f
commit 1c1e496425

View File

@ -1,6 +1,6 @@
{pkgs, ...}: {
home.sessionVariables = {
FLAKE = "/home/julian/.dotfiles";
NH_FLAKE = "/home/julian/.dotfiles";
};
home.shellAliases = {