Compare commits

...

3 Commits

3 changed files with 15 additions and 3 deletions

View File

@ -5,6 +5,7 @@ ttf-jetbrains-mono
ttf-ibm-plex ttf-ibm-plex
wqy-microhei wqy-microhei
ttf-roboto ttf-roboto
noto-fonts
noto-fonts-emoji noto-fonts-emoji
git git
xwallpaper xwallpaper
@ -43,6 +44,9 @@ pipewire-pulse
# #
# utility # utility
# #
glances
net-tools
libappimage
nftables nftables
ufw ufw
rofi rofi
@ -96,6 +100,7 @@ w3m
# #
# extras # extras
# #
gomuks
picom picom
keepassxc keepassxc
gimp gimp
@ -131,6 +136,7 @@ pdf2svg
chromium chromium
cargo cargo
go
npm npm
ansible ansible
@ -170,6 +176,8 @@ man
# for compiling suckless utilities # for compiling suckless utilities
freetype2 freetype2
libxft
libxinerama
# #
# personal # personal

View File

@ -18,7 +18,9 @@ xss-lock -- slock &
dunst & dunst &
xrdb .Xresources xrdb .Xresources
if ! pgrep pipewire; then if ! pgrep pipewire; then
gentoo-pipewire-launcher & wireplumber &
pipewire &
pipewire-pulse &
fi fi
# DBus # DBus

View File

@ -19,5 +19,7 @@
# this script takes these secret files and deploys them to the system # this script takes these secret files and deploys them to the system
# you need to have keepassxc running to use it # you need to have keepassxc running to use it
secret-tool lookup Title "conf-aerc-accounts" > .config/aerc/accounts.conf secret-tool lookup Title "conf-aerc-accounts" > ~/.config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > .config/identity chmod 600 ~/.config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > ~/.config/identity
chmod 600 ~/.config/identity