diff --git a/hosts/calufrax/default.nix b/hosts/calufrax/default.nix index 33d1631..54f63fa 100644 --- a/hosts/calufrax/default.nix +++ b/hosts/calufrax/default.nix @@ -83,6 +83,8 @@ environment.systemPackages = with pkgs; [ ciscoPacketTracer9 + inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default + ]; diff --git a/hosts/fenix/configuration.nix b/hosts/fenix/configuration.nix index 76c82da..676d9bb 100644 --- a/hosts/fenix/configuration.nix +++ b/hosts/fenix/configuration.nix @@ -35,6 +35,9 @@ services.power-profiles-daemon.enable = true; services.upower.enable = true; + environment.systemPackages = with pkgs; [ + inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default + ]; #system.stateVersion = "25.11"; # Did you read the comment? }