feat: auto generate remmina desktop entries

This commit is contained in:
2026-02-04 22:37:11 +05:30
parent 89fd861c20
commit 97d8c17436
3 changed files with 84 additions and 20 deletions

View File

@@ -133,6 +133,7 @@ sessionVariables.BROWSER = if device.isDarwin then "open" else "xdg-open";
2. **DO NOT add shell scripts** - use Nix expressions
3. **All configurations must use Nix expressions** when possible
4. **Follow existing naming conventions** and directory structure
5. Create custom application entries in `~/.local/share/applications/{appname}.desktop`
## Secrets Management