This commit is contained in:
teldra 2021-05-14 15:52:32 +02:00
parent afeeafa35c
commit ddd34a644c
3 changed files with 1 additions and 4 deletions

2
config
View File

@ -11,6 +11,6 @@ os_config() {
echo os config
addpkg tmux starship vivid browserpass nfs-utils chezmoi pipewire alsa-pipewire libjack-pipewire libspa-v4l2 pass xclip
addpkg zsh zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting google-fonts-ttf
addpkg tigervnc keychain
addpkg tigervnc keychain youtube-dl buku
servicesenable sshd
}

View File

@ -8,8 +8,6 @@ spelling="aspell-de gspell"
alsa="alsa-utils alsa-plugins-pulseaudio pulseaudio"
xorg="xorg-minimal xorg-fonts mesa-dri vulkan-loader xorg-apps noto-fonts-emoji"
misc="youtube-dl buku"
ignorepkgs="font-adobe-75dpi font-adobe-100dpi"
servicedisable="acpid"
serviceenable="dbus alsa"

View File

@ -39,7 +39,6 @@ ignorepkg "${ignorepkgs}"
if [[ ! "${cfg[de]}" == "none" ]]; then
source "${dir}/profiles/desktop"
addpk "${misc}"
servicesenable "${serviceenable}"
servicesdisable "${servicedisable}"
ignorepkg "${ignorepkgs}"