fix setup

This commit is contained in:
Barrett Ruth 2026-02-11 15:53:04 -05:00
parent 2078269704
commit 21382e22a0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 8 additions and 16 deletions

View file

@ -76,6 +76,7 @@
home-manager.extraSpecialArgs = {
inherit zen-browser;
hostPlatform = system;
isNixOS = true;
};
}
];
@ -89,6 +90,7 @@
extraSpecialArgs = {
inherit zen-browser;
hostPlatform = system;
isNixOS = false;
};
modules = [ ./home/home.nix ];
};