mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
kde: remove redundant function declaration space (#305)
This commit is contained in:
parent
75fd247712
commit
504c54dbf1
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ let
|
|||
wallpaper="$out/share/wallpapers/stylix"
|
||||
lookandfeel="$out/share/plasma/look-and-feel/stylix"
|
||||
|
||||
writeText () {
|
||||
writeText() {
|
||||
mkdir -p "$(dirname "$2")"
|
||||
echo "$1" >"$2"
|
||||
}
|
||||
|
@ -233,7 +233,7 @@ in {
|
|||
# changes to KDE to make it possible to update the wallpaper through
|
||||
# config files alone.
|
||||
home.activation.stylixLookAndFeel = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
globalPath () {
|
||||
globalPath() {
|
||||
for dir in /run/current-system/sw/bin /usr/bin /bin; do
|
||||
if [ -f "$dir/$1" ]; then
|
||||
echo "$dir/$1"
|
||||
|
|
Loading…
Reference in a new issue