master #42

Merged
armel merged 2 commits from master into home 2026-03-09 14:30:14 +01:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 17040c195e - Show all commits

View File

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

7
programs/postman.nix Normal file
View File

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