Fabio Scotto di Santolo
8957f4e7d3
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
22e216e6b1
Enable new Archlinux profile for nymph
2026-05-12 18:02:30 +02:00
Fabio Scotto di Santolo
dcb9dc2f49
Consolidate Emacs document tooling
2026-05-02 09:53:10 +02:00
Fabio Scotto di Santolo
8e510b6094
Ansible: implement selective AI agent deployment across profiles
2026-04-27 19:17:18 +02:00
Fabio Scotto di Santolo
e6053f0418
Add Gemini CLI to npm packages
2026-04-26 20:43:13 +02:00
Fabio Scotto di Santolo
d7415abf1c
Add OpenAI Codex CLI to npm packages
2026-04-26 16:11:43 +02:00
Fabio Scotto di Santolo
9c29a0e8c5
Remove celluloid from desktop packages
2026-04-23 09:36:53 +02:00
Fabio Scotto di Santolo
3a1b3817dd
Remove flatpak devpod from desktop
2026-04-23 09:00:38 +02:00
Fabio Scotto di Santolo
434e29a0c3
Set Firefox as default browser, remove Librewolf references
2026-04-22 22:30:59 +02:00
Fabio Scotto di Santolo
20d087d2ef
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
2dc0d513cc
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
6a2694b7cd
Remove Ollama server infrastructure and related tasks
2026-04-22 10:46:14 +02:00
Fabio Scotto di Santolo
4632f20c87
Migrate nymph desktop to SwayFX and Noctalia
2026-04-21 23:04:52 +02:00
Fabio Scotto di Santolo
3ef9356737
Add desktop ollama service flag
2026-04-21 17:02:28 +02:00
Fabio Scotto di Santolo
b9e896a56a
Expand Org Babel language support
2026-04-21 16:45:17 +02:00
Fabio Scotto di Santolo
d01b4c4c6a
Split Emacs dotfiles deployment
2026-04-21 09:58:21 +02:00
Fabio Scotto di Santolo
c4397c9217
Configure gptel for Ollama Cloud
2026-04-19 08:03:27 +02:00
Fabio Scotto di Santolo
cfa56a32d1
Add llmfit to source tools
2026-04-18 19:17:13 +02:00
Fabio Scotto di Santolo
17abff32b1
Add Ollama with binary tool pattern and turnstile service
2026-04-18 16:12:18 +02:00
Fabio Scotto di Santolo
5c93c239f4
Add bookokrat to source tools with build_output_path support
2026-04-18 11:36:05 +02:00
Fabio Scotto di Santolo
6909c9d704
Switch OpenCode from GitHub tarball to npm package
2026-04-18 09:56:35 +02:00
Fabio Scotto di Santolo
a631bc7f9f
Add gf GDB frontend with unified source tool build pattern
2026-04-17 21:24:16 +02:00
Fabio Scotto di Santolo
f83fad1ebe
Adjust terminal fonts for Alacritty and Emacs vterm
2026-04-17 17:50:23 +02:00
Fabio Scotto di Santolo
8c3b399a30
Simplify tmux config and bootstrap plugins with TPM
2026-04-17 16:09:59 +02:00
Fabio Scotto di Santolo
f468bbaaa6
Add thumbnailer packages for desktop file previews
2026-04-17 15:09:14 +02:00
Fabio Scotto di Santolo
e5c8bba594
Remove Hyprland support from desktop profile
2026-04-17 12:15:41 +02:00
Fabio Scotto di Santolo
e9bb9ad798
Remove Codex CLI from desktop bootstrap and dotfiles
2026-04-17 11:52:48 +02:00
Fabio Scotto di Santolo
dc98824cc9
Add rustup to desktop profile_packages
2026-04-17 00:13:19 +02:00
Fabio Scotto di Santolo
54d3d81014
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
312e915840
Improve TRAMP performance with SSH ControlMaster and persistent sockets
2026-04-16 19:05:25 +02:00
Fabio Scotto di Santolo
4113801bac
Add Org mode export backends and texlive dependency
2026-04-16 16:15:41 +02:00
Fabio Scotto di Santolo
5035e85f29
Enable PDF viewing in Emacs with pdf-tools and poppler dependencies
2026-04-16 15:50:01 +02:00
Fabio Scotto di Santolo
a41768548e
Added xdg-user-dirs to desktop profile
2026-04-16 13:36:55 +02:00
Fabio Scotto di Santolo
223be14b2c
Add MPV configuration with YouTube subtitles support
2026-04-15 18:40:16 +02:00
Fabio Scotto di Santolo
08bec486b5
Store udiskie passwords in GNOME Keyring
2026-04-14 15:01:25 +02:00
Fabio Scotto di Santolo
aeef011143
Remove iCloud keyring bootstrap tasks
2026-04-10 18:22:19 +02:00
Fabio Scotto di Santolo
44522d3961
Add Ollama and Codex desktop integration
2026-04-10 16:00:03 +02:00
Fabio Scotto di Santolo
5c57cce97c
Add turnstile Emacs service and stable ssh-agent
2026-04-10 13:32:03 +02:00
Fabio Scotto di Santolo
04967c1525
Add ripgrep to desktop profile packages
2026-04-05 00:10:50 +02:00
Fabio Scotto di Santolo
c845471e0c
Add desktop package and Vim tag support
2026-04-04 23:02:05 +02:00
Fabio Scotto di Santolo
1fc8854522
Set LibreWolf as desktop default browser
2026-04-03 23:21:59 +02:00
Fabio Scotto di Santolo
4510fe7ee9
Use GTK pinentry for desktop GPG prompts
2026-04-03 22:47:24 +02:00
Fabio Scotto di Santolo
4aba1e6c42
Add layered Bash editor environment snippets
2026-04-03 22:46:44 +02:00
Fabio Scotto di Santolo
6681ac199f
Add global OpenCode desktop context
2026-04-03 16:57:10 +02:00
Fabio Scotto di Santolo
35c89909ac
Add KVM and virt-manager to Void desktop
2026-03-31 21:32:47 +02:00
Fabio Scotto di Santolo
38aa26779f
Restrict tmux and desktop tools to Void hosts
2026-03-31 19:00:15 +02:00
Fabio Scotto di Santolo
da3c97a35a
Add Sway session with Waybar and split configs for Hyprland
2026-03-31 17:04:55 +02:00
Fabio Scotto di Santolo
a8b76bab32
Add qt5-wayland and qt6-wayland as Hyprland dependencies
2026-03-31 12:53:37 +02:00
Fabio Scotto di Santolo
20adb147c4
Add XWayland and qtutils packages for Hyprland
2026-03-30 13:31:27 +02:00
Fabio Scotto di Santolo
0a80706ea2
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