From 2a28ad0f4ca373fbe2dad9fca52af3dba4697398 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Mon, 1 Sep 2025 07:12:50 +0500 Subject: [PATCH] feat: add hoppscotch --- hosts/common/optional/hoppscotch.nix | 5 +++++ hosts/nixos/rihla/default.nix | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hosts/common/optional/hoppscotch.nix 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" ]) #