feat: add rofi-project-opener for rofi-based project launching

Adds package and HM module for quickly opening projects in terminals.
Uses XDG config file instead of environment variables for better
shell-independence and proper NixOS PATH sourcing.
This commit is contained in:
m3tm3re
2026-01-02 14:54:12 +01:00
parent de1301e08d
commit 0b4c2efc8f
4 changed files with 257 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# CLI/Terminal-related Home Manager modules
{
imports = [
./rofi-project-opener.nix
./stt-ptt.nix
./zellij-ps.nix
];