nur-anotherhadi

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-06-08 14:47:28 +02:00
parent 148b093eb4
commit 7f54f94974
11 changed files with 167 additions and 620 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{pkgs-stable, ...}: {
{pkgs-stable, pkgs-nur-hadi, ...}: {
home.packages = with pkgs-stable; [
vlc # Video player
obsidian # Note taking app
@@ -26,5 +26,6 @@
httpie # Command-line HTTP client, a user-friendly cURL replacement
wiremix # Simple TUI mixer for PipeWire
impala # TUI for managing wifi
pkgs-nur-hadi.usbguard-tui
];
}