pinwheel: Move postman to work module

This commit is contained in:
Alexander Heldt
2024-09-05 12:39:44 +02:00
parent 18bda50a13
commit fb281612e8
2 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,6 @@
pkgs.htop pkgs.htop
pkgs.onlyoffice-bin pkgs.onlyoffice-bin
pkgs.wdisplays pkgs.wdisplays
pkgs.postman
]; ];
home.stateVersion = "23.05"; home.stateVersion = "23.05";

View File

@@ -28,6 +28,7 @@ in
})) }))
pkgs.xdg-utils # needed by graphite-cli pkgs.xdg-utils # needed by graphite-cli
pkgs.postman
# for `radio` # for `radio`
pkgs.go-mockery pkgs.go-mockery
pkgs.golangci-lint pkgs.golangci-lint