feat: add hoppscotch
This commit is contained in:
5
hosts/common/optional/hoppscotch.nix
Normal file
5
hosts/common/optional/hoppscotch.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ hoppscotch ];
|
||||
}
|
||||
@@ -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"
|
||||
])
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user