fixes
This commit is contained in:
parent
afeeafa35c
commit
ddd34a644c
2
config
2
config
|
@ -11,6 +11,6 @@ os_config() {
|
||||||
echo os config
|
echo os config
|
||||||
addpkg tmux starship vivid browserpass nfs-utils chezmoi pipewire alsa-pipewire libjack-pipewire libspa-v4l2 pass xclip
|
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 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
|
servicesenable sshd
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,6 @@ spelling="aspell-de gspell"
|
||||||
alsa="alsa-utils alsa-plugins-pulseaudio pulseaudio"
|
alsa="alsa-utils alsa-plugins-pulseaudio pulseaudio"
|
||||||
xorg="xorg-minimal xorg-fonts mesa-dri vulkan-loader xorg-apps noto-fonts-emoji"
|
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"
|
ignorepkgs="font-adobe-75dpi font-adobe-100dpi"
|
||||||
servicedisable="acpid"
|
servicedisable="acpid"
|
||||||
serviceenable="dbus alsa"
|
serviceenable="dbus alsa"
|
||||||
|
|
|
@ -39,7 +39,6 @@ ignorepkg "${ignorepkgs}"
|
||||||
|
|
||||||
if [[ ! "${cfg[de]}" == "none" ]]; then
|
if [[ ! "${cfg[de]}" == "none" ]]; then
|
||||||
source "${dir}/profiles/desktop"
|
source "${dir}/profiles/desktop"
|
||||||
addpk "${misc}"
|
|
||||||
servicesenable "${serviceenable}"
|
servicesenable "${serviceenable}"
|
||||||
servicesdisable "${servicedisable}"
|
servicesdisable "${servicedisable}"
|
||||||
ignorepkg "${ignorepkgs}"
|
ignorepkg "${ignorepkgs}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user