From fb281612e83c61f3538e35ef822d196254733c64 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 5 Sep 2024 12:39:44 +0200 Subject: [PATCH] pinwheel: Move `postman` to `work` module --- hosts/pinwheel/home.nix | 1 - hosts/pinwheel/modules/work/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 2363111..e44b415 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -22,7 +22,6 @@ pkgs.htop pkgs.onlyoffice-bin pkgs.wdisplays - pkgs.postman ]; home.stateVersion = "23.05"; diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index cb6b475..63726d8 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -28,6 +28,7 @@ in })) pkgs.xdg-utils # needed by graphite-cli + pkgs.postman # for `radio` pkgs.go-mockery pkgs.golangci-lint