Commit Graph

83 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
14c24c299d Clean up Arch profile: remove i3/Void-specific config and fix GNOME integration
- Remove XFCE/i3-specific packages and dotfiles from Arch path (xarchiver,
  udiskie, Thunar, xfce-polkit, clipman, screenshooter)
- Separate per-OS dotfiles: mimeapps, udiskie config, GTK theme script,
  udiskie-password, dbus-session and ssh-agent fragments moved to Void-only
- Add mimeapps.arch.list with Nautilus/GNOME associations for nymph
- Move dunst/rofi directory creation from common to profile_desktop_i3
- Add gnome-keyring PAM hooks for GDM (gdm-password) in profile_desktop_gnome
- Remove ssh-agent.service from desktop_systemd_user_services on Arch;
  drop ssh-agent dependency and hardcoded socket from emacs.service
- Add ttf-hack-nerd to Arch font packages
- Fix rustup bootstrap: use rustup-init on Void, rustup toolchain install on Arch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 23:37:39 +02:00
Fabio Scotto di Santolo
f0fcc92d6d Enable new Archlinux profile for nymph 2026-05-12 18:02:30 +02:00
Fabio Scotto di Santolo
3c702a299e Consolidate Emacs document tooling 2026-05-02 09:53:10 +02:00
Fabio Scotto di Santolo
950cbff85c Ansible: implement selective AI agent deployment across profiles 2026-04-27 19:17:18 +02:00
Fabio Scotto di Santolo
c9fa536bb5 Add Gemini CLI to npm packages 2026-04-26 20:43:13 +02:00
Fabio Scotto di Santolo
0eba6aa9c8 Add OpenAI Codex CLI to npm packages 2026-04-26 16:11:43 +02:00
Fabio Scotto di Santolo
6d8a19da0f Remove celluloid from desktop packages 2026-04-23 09:36:53 +02:00
Fabio Scotto di Santolo
e27ec9667a Remove flatpak devpod from desktop 2026-04-23 09:00:38 +02:00
Fabio Scotto di Santolo
6b526f0273 Set Firefox as default browser, remove Librewolf references 2026-04-22 22:30:59 +02:00
Fabio Scotto di Santolo
5447f28740 Enhance Sway/Noctalia integration and align desktop docs
- Add canonical usb-drive-manager plugin to Noctalia (symlink from official)
- Remove nm-applet and blueman packages from nymph Sway session
- Run udiskie without tray (backend for automount/LUKS, UI via usb-drive-manager)
- Add screenOverrides support to Noctalia bar via inventory variables
- Add host_packages_absent task to packages_void role
- Update desktop docs with full plugin list and config layering
- Add focused validation check for Sway/Noctalia bootstrap
2026-04-22 17:11:30 +02:00
Fabio Scotto di Santolo
67653b8c76 Add canonical Noctalia config and migrate Clipper to official plugin
- Create shared Noctalia config in dotfiles/desktop/.config/noctalia/
- Add Ayu theme, plugin enablement, and Clipper settings
- Migrate Clipper checkout from standalone to official noctalia-plugins
- Add template with host-specific variables for deterministic rendering
- Move Noctalia bar configuration to desktop group_vars
- Create role tasks for rendering and copying Noctalia settings
2026-04-22 15:41:49 +02:00
Fabio Scotto di Santolo
fa94a2e70e Remove Ollama server infrastructure and related tasks 2026-04-22 10:46:14 +02:00
Fabio Scotto di Santolo
3a95e4d226 Migrate nymph desktop to SwayFX and Noctalia 2026-04-21 23:04:52 +02:00
Fabio Scotto di Santolo
f954dd70b3 Add desktop ollama service flag 2026-04-21 17:02:28 +02:00
Fabio Scotto di Santolo
54bc1114b1 Expand Org Babel language support 2026-04-21 16:45:17 +02:00
Fabio Scotto di Santolo
08b0b02756 Split Emacs dotfiles deployment 2026-04-21 09:58:21 +02:00
Fabio Scotto di Santolo
2fd894d2b0 Configure gptel for Ollama Cloud 2026-04-19 08:03:27 +02:00
Fabio Scotto di Santolo
92c9cc764d Add llmfit to source tools 2026-04-18 19:17:13 +02:00
Fabio Scotto di Santolo
cc8c07a309 Add Ollama with binary tool pattern and turnstile service 2026-04-18 16:12:18 +02:00
Fabio Scotto di Santolo
b0286eed03 Add bookokrat to source tools with build_output_path support 2026-04-18 11:36:05 +02:00
Fabio Scotto di Santolo
d7d27764a5 Switch OpenCode from GitHub tarball to npm package 2026-04-18 09:56:35 +02:00
Fabio Scotto di Santolo
0a0ce183ae Add gf GDB frontend with unified source tool build pattern 2026-04-17 21:24:16 +02:00
Fabio Scotto di Santolo
e602ea8300 Adjust terminal fonts for Alacritty and Emacs vterm 2026-04-17 17:50:23 +02:00
Fabio Scotto di Santolo
a14ba14a3e Simplify tmux config and bootstrap plugins with TPM 2026-04-17 16:09:59 +02:00
Fabio Scotto di Santolo
f0e2c27f7b Add thumbnailer packages for desktop file previews 2026-04-17 15:09:14 +02:00
Fabio Scotto di Santolo
12fe272cbb Remove Hyprland support from desktop profile 2026-04-17 12:15:41 +02:00
Fabio Scotto di Santolo
b6b905b8b3 Remove Codex CLI from desktop bootstrap and dotfiles 2026-04-17 11:52:48 +02:00
Fabio Scotto di Santolo
06537792c4 Add rustup to desktop profile_packages 2026-04-17 00:13:19 +02:00
Fabio Scotto di Santolo
10e79a4bae Add lang/python module with uv/ruff/pylsp, ANSI colors, and LSP auto-install
- Add lang/python.el: project detection, ruff format-on-save, C-c C-v -> ruff check,
  optional pylsp with auto-install via uv (asks once per session)
- Fix pylsp resolution to check .venv, uv tool path, and PATH
- Disable legacy pyls client to avoid spurious warnings
- Add ANSI color support in compilation buffers (editor.el)
- Remove python-mode/python-ts-mode from global lsp-deferred hooks (lsp.el)
- Add ruff, ty, uv packages to desktop group_vars
2026-04-17 00:07:12 +02:00
Fabio Scotto di Santolo
5065c02930 Improve TRAMP performance with SSH ControlMaster and persistent sockets 2026-04-16 19:05:25 +02:00
Fabio Scotto di Santolo
199f0f63a7 Add Org mode export backends and texlive dependency 2026-04-16 16:15:41 +02:00
Fabio Scotto di Santolo
1ba6004040 Enable PDF viewing in Emacs with pdf-tools and poppler dependencies 2026-04-16 15:50:01 +02:00
Fabio Scotto di Santolo
ee89d4841e Added xdg-user-dirs to desktop profile 2026-04-16 13:36:55 +02:00
Fabio Scotto di Santolo
004499c76b Add MPV configuration with YouTube subtitles support 2026-04-15 18:40:16 +02:00
Fabio Scotto di Santolo
461dea9a5c Store udiskie passwords in GNOME Keyring 2026-04-14 15:01:25 +02:00
Fabio Scotto di Santolo
44ef555320 Remove iCloud keyring bootstrap tasks 2026-04-10 18:22:19 +02:00
Fabio Scotto di Santolo
8bd692c87b Add Ollama and Codex desktop integration 2026-04-10 16:00:03 +02:00
Fabio Scotto di Santolo
2eb01d324f Add turnstile Emacs service and stable ssh-agent 2026-04-10 13:32:03 +02:00
Fabio Scotto di Santolo
0643678a76 Add ripgrep to desktop profile packages 2026-04-05 00:10:50 +02:00
Fabio Scotto di Santolo
aa54d83ec1 Add desktop package and Vim tag support 2026-04-04 23:02:05 +02:00
Fabio Scotto di Santolo
6f8def492b Set LibreWolf as desktop default browser 2026-04-03 23:21:59 +02:00
Fabio Scotto di Santolo
5c330b8c58 Use GTK pinentry for desktop GPG prompts 2026-04-03 22:47:24 +02:00
Fabio Scotto di Santolo
90c98999ec Add layered Bash editor environment snippets 2026-04-03 22:46:44 +02:00
Fabio Scotto di Santolo
f86195a9ae Add global OpenCode desktop context 2026-04-03 16:57:10 +02:00
Fabio Scotto di Santolo
e00fd53a34 Add KVM and virt-manager to Void desktop 2026-03-31 21:32:47 +02:00
Fabio Scotto di Santolo
353ebb2624 Restrict tmux and desktop tools to Void hosts 2026-03-31 19:00:15 +02:00
Fabio Scotto di Santolo
e12b1b368b Add Sway session with Waybar and split configs for Hyprland 2026-03-31 17:04:55 +02:00
Fabio Scotto di Santolo
eb5c7c9a0f Add qt5-wayland and qt6-wayland as Hyprland dependencies 2026-03-31 12:53:37 +02:00
Fabio Scotto di Santolo
bb2f262949 Add XWayland and qtutils packages for Hyprland 2026-03-30 13:31:27 +02:00
Fabio Scotto di Santolo
ad54ffca6b Reorganize desktop roles: extract common bootstrap and host-specific layers
- Add profile_desktop_common with shared desktop bootstrap (emptty, PAM,
  dotfiles, templates, GPG, Maildir, Flatpak, st, external tools)
- Add profile_desktop_host with host-specific tasks (NVIDIA/PRIME on nymph)
- Reduce profile_desktop_i3 to i3/X11-only tasks
- Create profile_desktop_hyprland for Hyprland Wayland session
- Add dual-session support (i3 + Hyprland) on nymph with session choice
- Create shared Hyprland/Waybar dotfiles under dotfiles/desktop/
- Fix Waybar: bottom position, no persistent workspaces, sort by number
- Rename host_dotfiles to host_i3_dotfiles for clarity
- Make emptty restart manual by default to avoid session drops
2026-03-30 12:43:41 +02:00