removed packages i dont use
This commit is contained in:
parent
945932b58a
commit
a6d41fab1c
|
|
@ -3,20 +3,9 @@ autojump
|
|||
brave-bin
|
||||
bridge-utils
|
||||
dxvk-bin
|
||||
github-desktop-bin
|
||||
lightly-git
|
||||
lightlyshaders-git
|
||||
mangohud
|
||||
mangohud-common
|
||||
nerd-fonts-fira-code
|
||||
nordic-darker-standard-buttons-theme
|
||||
nordic-darker-theme
|
||||
nordic-kde-git
|
||||
nordic-theme
|
||||
ocs-url
|
||||
plymouth-git
|
||||
sddm-nordic-theme-git
|
||||
snapper-gui-git
|
||||
ttf-meslo
|
||||
vde2
|
||||
pamac-nosnap
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ export PATH=$PATH:~/.local/bin
|
|||
|
||||
# Theming DE if user chose FULL installation
|
||||
if [[ $INSTALL_TYPE == "FULL" ]]; then
|
||||
if [[ $DESKTOP_ENV == "kde" || "kdedh" ]]; then
|
||||
if [[ $DESKTOP_ENV == "kde" ]]; then
|
||||
cp -r ~/ArchTitus/configs/.config/* ~/.config/
|
||||
pip install konsave
|
||||
konsave -i ~/ArchTitus/configs/kde.knsv
|
||||
|
|
|
|||
Loading…
Reference in New Issue