Compare commits

...

3 Commits

Author SHA1 Message Date
7c36d2fb0e Merge pull request 'master' (#42) from master into home
Reviewed-on: #42
2026-03-09 14:30:13 +01:00
17040c195e Merge pull request 'Add postman' (#41) from feature/postman into master
Reviewed-on: #41
2026-03-09 14:29:51 +01:00
Armel van Ravels
56f668131a Add postman 2026-03-09 14:28:41 +01:00
2 changed files with 8 additions and 0 deletions

View File

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

7
programs/postman.nix Normal file
View File

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