Compare commits

...

2 Commits

Author SHA1 Message Date
3b8f2ad1c5 Merge branch 'master' into work 2026-03-13 13:28:30 +01:00
a7898aadcb Add ripgrep and drop annoying postman 2026-03-13 13:27:49 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -19,9 +19,9 @@
./programs/libreoffice.nix
./programs/vscode.nix
./programs/nvim.nix
./programs/postman.nix
./programs/azuredatastudio.nix
./programs/filezilla.nix
./programs/ripgrep.nix
./wm/rofi.nix
./wm/cursor.nix
./wm/dconf.nix

View File

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