mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- arch_desktop_gnome_packages: add full GNOME app suite (baobab, gnome-console, loupe, papers, showtime, snapshot, sushi, gvfs backends, etc.), sort alphabetically, remove duplicates already in arch_packages_base (gnome-keyring, gvfs, gvfs-mtp, gvfs-smb, simple-scan) - Remove alacritty from arch_profile_packages; move alacritty config and directory creation to Void-only (profile_desktop_i3 / desktop_void_dotfiles) - Enable emacs user service via ansible.builtin.systemd (scope: user) instead of a manual symlink Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
200 lines
5.1 KiB
YAML
200 lines
5.1 KiB
YAML
---
|
|
desktop_protonmail_bridge_cert_path: ~/.var/app/ch.protonmail.protonmail-bridge/config/protonmail/bridge-v3/cert.pem
|
|
|
|
desktop_sessions_enabled:
|
|
- i3
|
|
|
|
desktop_default_session: i3
|
|
desktop_default_session_env: xorg
|
|
|
|
desktop_source_tools:
|
|
- name: gf
|
|
repo: https://github.com/nakst/gf.git
|
|
build_cmd: ./build.sh
|
|
binary_name: gf2
|
|
install_name: gf
|
|
- name: llmfit
|
|
repo: https://github.com/AlexsJones/llmfit
|
|
build_cmd: cargo build --release
|
|
binary_name: llmfit
|
|
install_name: llmfit
|
|
build_output_path: target/release/llmfit
|
|
- name: rust-script
|
|
repo: https://github.com/fornwall/rust-script
|
|
build_cmd: cargo build --release
|
|
binary_name: rust-script
|
|
install_name: rust-script
|
|
build_output_path: target/release/rust-script
|
|
|
|
desktop_binary_tools: []
|
|
|
|
desktop_npm_packages: "{{ ai_agents_npm_packages + [] }}"
|
|
|
|
desktop_common_dotfiles:
|
|
- name: XDG autostart entries
|
|
src: .config/autostart/
|
|
dest: .config/autostart/
|
|
mode: preserve
|
|
- name: fastfetch config
|
|
src: .config/fastfetch/
|
|
dest: .config/fastfetch/
|
|
mode: preserve
|
|
- name: fontconfig fallback
|
|
src: .config/fontconfig/
|
|
dest: .config/fontconfig/
|
|
mode: preserve
|
|
- name: WirePlumber config
|
|
src: .config/wireplumber/
|
|
dest: .config/wireplumber/
|
|
mode: preserve
|
|
- name: yt-dlp config
|
|
src: .config/yt-dlp/
|
|
dest: .config/yt-dlp/
|
|
mode: preserve
|
|
- name: MPV config
|
|
src: .config/mpv/
|
|
dest: .config/mpv/
|
|
mode: preserve
|
|
- name: Bash cargo env fragment
|
|
src: .bashrc.d/08-cargo-env.sh
|
|
dest: .bashrc.d/08-cargo-env.sh
|
|
mode: "0644"
|
|
- name: Bash GPG TTY fragment
|
|
src: .bashrc.d/10-gpg-tty.sh
|
|
dest: .bashrc.d/10-gpg-tty.sh
|
|
mode: "0644"
|
|
- name: Bash man page colors fragment
|
|
src: .bashrc.d/12-manpages.sh
|
|
dest: .bashrc.d/12-manpages.sh
|
|
mode: "0644"
|
|
- name: Bash editor fragment
|
|
src: .bashrc.d/20-editor-desktop.sh
|
|
dest: .bashrc.d/20-editor-desktop.sh
|
|
mode: "0644"
|
|
- name: Bash Emacs client fragment
|
|
src: .bashrc.d/25-emacs-client-desktop.sh
|
|
dest: .bashrc.d/25-emacs-client-desktop.sh
|
|
mode: "0644"
|
|
- name: Bash VM helper fragment
|
|
src: .bashrc.d/30-runvm.sh
|
|
dest: .bashrc.d/30-runvm.sh
|
|
mode: "0644"
|
|
- name: Bash Ansible playbook helper fragment
|
|
src: .bashrc.d/50-ap.sh
|
|
dest: .bashrc.d/50-ap.sh
|
|
mode: "0644"
|
|
- name: .gitignore_global
|
|
src: .gitignore_global
|
|
dest: .gitignore_global
|
|
mode: "0644"
|
|
- name: .themes.gitignore
|
|
src: .themes.gitignore
|
|
dest: .themes.gitignore
|
|
mode: "0644"
|
|
- name: .tmux.conf
|
|
src: .tmux.conf
|
|
dest: .tmux.conf
|
|
mode: "0644"
|
|
- name: tmux helper scripts
|
|
src: .tmux/bin/
|
|
dest: .tmux/bin/
|
|
mode: preserve
|
|
- name: GPG authinfo for LLM APIs
|
|
src: .authinfo.gpg
|
|
dest: .authinfo.gpg
|
|
mode: "0600"
|
|
- name: Calibre database Flatpak wrapper
|
|
src: .local/bin/calibredb
|
|
dest: .local/bin/calibredb
|
|
mode: "0755"
|
|
- name: SSH config
|
|
src: .ssh/config
|
|
dest: .ssh/config
|
|
mode: "0600"
|
|
|
|
desktop_arch_dotfiles:
|
|
- name: rclone pcloud systemd user service
|
|
src: .config/systemd/user/rclone-pcloud.service
|
|
dest: .config/systemd/user/rclone-pcloud.service
|
|
mode: "0644"
|
|
- name: syncthing systemd user service
|
|
src: .config/systemd/user/syncthing.service
|
|
dest: .config/systemd/user/syncthing.service
|
|
mode: "0644"
|
|
- name: MIME application defaults
|
|
src: .config/mimeapps.arch.list
|
|
dest: .config/mimeapps.list
|
|
mode: "0644"
|
|
|
|
desktop_emacs_dotfiles:
|
|
- name: Emacs config
|
|
src: .emacs.d/
|
|
dest: .emacs.d/
|
|
mode: preserve
|
|
|
|
desktop_i3_dotfiles:
|
|
- name: i3 config
|
|
src: .config/i3/
|
|
dest: .config/i3/
|
|
mode: preserve
|
|
- name: dunst config
|
|
src: .config/dunst/
|
|
dest: .config/dunst/
|
|
mode: preserve
|
|
- name: i3blocks config
|
|
src: .config/i3blocks/
|
|
dest: .config/i3blocks/
|
|
mode: preserve
|
|
- name: rofi config
|
|
src: .config/rofi/
|
|
dest: .config/rofi/
|
|
mode: preserve
|
|
- name: .xinitrc
|
|
src: .xinitrc
|
|
dest: .xinitrc
|
|
mode: "0644"
|
|
|
|
desktop_sway_dotfiles:
|
|
- name: Sway config
|
|
src: .config/sway/
|
|
dest: .config/sway/
|
|
mode: preserve
|
|
- name: Sway wallpaper assets
|
|
src: .config/i3/wallpapers/
|
|
dest: .config/sway/wallpapers/
|
|
mode: preserve
|
|
- name: Sway session wrapper
|
|
src: .local/bin/start-sway-session
|
|
dest: .local/bin/start-sway-session
|
|
mode: "0755"
|
|
- name: Noctalia colors
|
|
src: .config/noctalia/colors.json
|
|
dest: .config/noctalia/colors.json
|
|
mode: "0644"
|
|
- name: Noctalia plugins
|
|
src: .config/noctalia/plugins.json
|
|
dest: .config/noctalia/plugins.json
|
|
mode: "0644"
|
|
- name: Noctalia colorschemes
|
|
src: .config/noctalia/colorschemes/
|
|
dest: .config/noctalia/colorschemes/
|
|
mode: preserve
|
|
|
|
noctalia_bar_monitors:
|
|
- DP-1
|
|
|
|
noctalia_screen_overrides: []
|
|
|
|
desktop_flatpak_packages:
|
|
- be.alexandervanhee.gradia
|
|
- ch.protonmail.protonmail-bridge
|
|
- com.discordapp.Discord
|
|
- com.calibre_ebook.calibre
|
|
- com.github.tchx84.Flatseal
|
|
- com.spotify.Client
|
|
- io.github.flattool.Warehouse
|
|
- org.telegram.desktop
|
|
|
|
desktop_flatpak_extensions:
|
|
- org.gtk.Gtk3theme.Yaru-Blue-dark//stable
|