Skip to content

Commit

Permalink
fix: add blackace to isLima property
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 2, 2024
1 parent 3a4cb14 commit c2facf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
let
isISO = builtins.substring 0 4 hostname == "iso-";
isInstall = !isISO;
isLima = hostname == "defender" || hostname == "fighter";
isLima = hostname == "blackace" || hostname == "defender" || hostname == "fighter";
isWorkstation = builtins.isString desktop;
in
inputs.home-manager.lib.homeManagerConfiguration {
Expand Down

0 comments on commit c2facf2

Please sign in to comment.