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") [
|
(map (c: lib.custom.relativeToRoot "hosts/common/optional/${c}.nix") [
|
||||||
"1password"
|
"1password"
|
||||||
|
"claude-code"
|
||||||
"dconf"
|
"dconf"
|
||||||
"docker"
|
"docker"
|
||||||
|
"hoppscotch"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"nix-ld"
|
"nix-ld"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
"claude-code"
|
|
||||||
])
|
])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user