Kde/plasma: remove unused settings
This commit is contained in:
parent
7f86264983
commit
394ec6e788
1 changed files with 0 additions and 8 deletions
|
|
@ -2,13 +2,6 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
# Set up the default kde options
|
# Set up the default kde options
|
||||||
kdeglobals = lib.generators.toINI {} {
|
|
||||||
KDE.SingleClick = false;
|
|
||||||
General = {
|
|
||||||
accentColorFromWallpaper = true;
|
|
||||||
AccentColor = "172,53,164" ; };
|
|
||||||
};
|
|
||||||
|
|
||||||
balooExcludedDirs = lib.strings.intersperse "," [
|
balooExcludedDirs = lib.strings.intersperse "," [
|
||||||
"$HOME/.cache/"
|
"$HOME/.cache/"
|
||||||
"$HOME/.config/"
|
"$HOME/.config/"
|
||||||
|
|
@ -46,7 +39,6 @@ let
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
mkdir -p $out/etc/xdg
|
mkdir -p $out/etc/xdg
|
||||||
echo "${kdeglobals}" > $out/etc/xdg/kdeglobals
|
|
||||||
echo '${baloofilerc}' > $out/etc/xdg/baloofilerc
|
echo '${baloofilerc}' > $out/etc/xdg/baloofilerc
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue