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.
9 lines
135 B
Nix
9 lines
135 B
Nix
# CLI/Terminal-related Home Manager modules
|
|
{
|
|
imports = [
|
|
./rofi-project-opener.nix
|
|
./stt-ptt.nix
|
|
./zellij-ps.nix
|
|
];
|
|
}
|