Merge branch 'master' into work

This commit is contained in:
2026-03-13 13:28:30 +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

@@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
postman
ripgrep
];
}