Adding network-manager-applet
This commit is contained in:
parent
aaea1f81e4
commit
049912eb93
24 changed files with 769 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tibo De Peuter <tibo.depeuter@gmail.com>
|
||||
pkgbase=tdpeuter
|
||||
pkgname=(tdpeuter-base tdpeuter-dev tdpeuter-desktop)
|
||||
pkgver=0.0.14
|
||||
pkgver=0.0.15
|
||||
pkgrel=1
|
||||
pkgdesc="Sysconfig for my systems"
|
||||
arch=(any)
|
||||
|
@ -65,8 +65,13 @@ package_tdpeuter-desktop() {
|
|||
|
||||
# Base of sway desktop
|
||||
depends+=(
|
||||
alacritty brightnessctl dunst libnotify swayidle waybar
|
||||
xorg-xwayland firefox nextcloud-client qutebrowser
|
||||
brightnessctl dunst libnotify swayidle waybar xorg-xwayland
|
||||
network-manager-applet
|
||||
)
|
||||
|
||||
# Applications
|
||||
depends+=(
|
||||
alacritty firefox nextcloud-client qutebrowser obsidian code
|
||||
)
|
||||
|
||||
# Fonts
|
||||
|
@ -80,11 +85,6 @@ package_tdpeuter-desktop() {
|
|||
vifm zathura zathura-pdf-mupdf zellij
|
||||
)
|
||||
|
||||
depends+=(
|
||||
code
|
||||
)
|
||||
|
||||
|
||||
post_install() {
|
||||
code --install-extension ms-vscode.cpptools
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue