Compare commits

...

5 Commits

Author SHA1 Message Date
cfc1188b5f Merge branch 'master' of ssh://git.mvl.sh/vleeuwenmenno/dotfiles
All checks were successful
Ansible Lint Check / check-ansible (push) Successful in 6s
Nix Format Check / check-format (push) Successful in 44s
Python Lint Check / check-python (push) Successful in 9s
2025-10-23 13:43:38 +02:00
e2701dcdf4 Set executable permission for equibop.desktop and update bash.nix
Add BUN_INSTALL env var and include Bun bin in PATH
2025-10-23 13:43:26 +02:00
11af7f16e5 Set formatter to prettier and update format_on_save option 2025-10-23 13:38:16 +02:00
f6a3f6d379 Merge branch 'master' of ssh://git.mvl.sh/vleeuwenmenno/dotfiles 2025-10-21 10:06:20 +02:00
436deb267e Add smart alias configuration for rtlsdr 2025-10-08 13:01:37 +02:00
3 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,12 @@ smart_aliases:
check_host: "192.168.1.253" check_host: "192.168.1.253"
timeout: "2s" timeout: "2s"
rtlsdr:
primary: "rtlsdr-local"
fallback: "rtlsdr"
check_host: "192.168.1.252"
timeout: "2s"
# Background SSH Tunnel Definitions # Background SSH Tunnel Definitions
tunnels: tunnels:
# Example: Desktop database tunnel # Example: Desktop database tunnel

View File

@@ -10,6 +10,7 @@
// ############################################# // #############################################
// ## Theming ## // ## Theming ##
// ############################################# // #############################################
"formatter": "prettier",
"context_servers": { "context_servers": {
"mcp-server-context7": { "mcp-server-context7": {
"source": "extension", "source": "extension",
@@ -96,7 +97,7 @@
"hide_mouse": "on_typing", "hide_mouse": "on_typing",
"on_last_window_closed": "quit_app", "on_last_window_closed": "quit_app",
"ensure_final_newline_on_save": true, "ensure_final_newline_on_save": true,
"format_on_save": "prettier", "format_on_save": "on",
"tab_size": 2, "tab_size": 2,
"inlay_hints": { "inlay_hints": {
"enabled": true, "enabled": true,

0
config/autostart/equibop.desktop Normal file → Executable file
View File