mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Minimal i3 setup
This commit is contained in:
@@ -1 +1,15 @@
|
||||
# common variables
|
||||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
username: fscotto
|
||||
user_group: fscotto
|
||||
user_home: "/home/{{ username }}"
|
||||
user_shell: /bin/bash
|
||||
|
||||
common_packages:
|
||||
- bash-completion
|
||||
- git
|
||||
- wget
|
||||
- unzip
|
||||
- zip
|
||||
- vim
|
||||
- fzf
|
||||
|
||||
@@ -1 +1,30 @@
|
||||
# desktop profile variables
|
||||
---
|
||||
profile_packages:
|
||||
- i3
|
||||
- i3blocks
|
||||
- i3blocks-blocklets
|
||||
- i3status
|
||||
- i3lock-color
|
||||
- dunst
|
||||
- rofi
|
||||
- alacritty
|
||||
- Thunar
|
||||
- thunar-volman
|
||||
- udiskie
|
||||
- xfce-polkit
|
||||
- xfce4-power-manager
|
||||
- xfce4-clipman-plugin
|
||||
- xfce4-screenshooter
|
||||
- volumeicon
|
||||
- brightnessctl
|
||||
- feh
|
||||
- scrot
|
||||
- xclip
|
||||
- network-manager-applet
|
||||
- chromium
|
||||
- mpv
|
||||
- libreoffice
|
||||
- lm_sensors
|
||||
- fastfetch
|
||||
- liberation-fonts-ttf
|
||||
- terminus-font
|
||||
|
||||
@@ -1 +1,27 @@
|
||||
# variables for Void Linux hosts
|
||||
---
|
||||
void_packages_base:
|
||||
- base-system
|
||||
- xtools
|
||||
- vpm
|
||||
- vsv
|
||||
- xorg-minimal
|
||||
- xorg-fonts
|
||||
- elogind
|
||||
- NetworkManager
|
||||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-gtk
|
||||
- flatpak
|
||||
- gvfs
|
||||
- pipewire
|
||||
- pavucontrol
|
||||
- gnome-keyring
|
||||
- seahorse
|
||||
- socklog
|
||||
- socklog-void
|
||||
|
||||
enabled_services:
|
||||
- dbus
|
||||
- elogind
|
||||
- NetworkManager
|
||||
- socklog-unix
|
||||
- nanoklogd
|
||||
|
||||
Reference in New Issue
Block a user