diff --git a/hosts/common/optional/hoppscotch.nix b/hosts/common/optional/hoppscotch.nix new file mode 100644 index 0000000..600188a --- /dev/null +++ b/hosts/common/optional/hoppscotch.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ hoppscotch ]; +} diff --git a/hosts/nixos/rihla/default.nix b/hosts/nixos/rihla/default.nix index 19c4afb..1641efd 100644 --- a/hosts/nixos/rihla/default.nix +++ b/hosts/nixos/rihla/default.nix @@ -40,13 +40,14 @@ # (map (c: lib.custom.relativeToRoot "hosts/common/optional/${c}.nix") [ "1password" + "claude-code" "dconf" "docker" + "hoppscotch" "hyprland" "nix-ld" "secure-boot" "yubikey" - "claude-code" ]) #