Drop postman

This commit is contained in:
2026-03-12 21:25:06 +01:00
parent 12c8598968
commit 048ba3ae8f
2 changed files with 0 additions and 8 deletions

View File

@@ -18,7 +18,6 @@
./programs/git.nix
./programs/libreoffice.nix
./programs/nvim.nix
./programs/postman.nix
./wm/rofi.nix
./wm/cursor.nix
./wm/dconf.nix

View File

@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
postman
];
}