diff --git a/config b/config index dcce26d..b5a13ee 100644 --- a/config +++ b/config @@ -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 } diff --git a/profiles/desktop b/profiles/desktop index 6436a77..476b179 100644 --- a/profiles/desktop +++ b/profiles/desktop @@ -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" diff --git a/step1/50-system b/step1/50-system index 2239b81..342f346 100644 --- a/step1/50-system +++ b/step1/50-system @@ -39,7 +39,6 @@ ignorepkg "${ignorepkgs}" if [[ ! "${cfg[de]}" == "none" ]]; then source "${dir}/profiles/desktop" - addpk "${misc}" servicesenable "${serviceenable}" servicesdisable "${servicedisable}" ignorepkg "${ignorepkgs}"