Compare commits

..

2 commits

Author SHA1 Message Date
a68d9b30fc added configuration support 2025-07-11 10:38:18 +02:00
ae89126988 more background 2025-07-11 10:38:18 +02:00
7 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ if [ $# -lt 1 ] || [ ! -d "$1" ]; then
fi
# See swww-img(1)
RESIZE_TYPE="fit"
RESIZE_TYPE="crop"
export SWWW_TRANSITION_FPS="${SWWW_TRANSITION_FPS:-60}"
export SWWW_TRANSITION_STEP="${SWWW_TRANSITION_STEP:-2}"

View file

@ -581,7 +581,7 @@ environment {
// apps to launch at startup
spawn-at-startup "zen-beta"
spawn-at-startup "obsidian"
spawn-at-startup "discord"
spawn-at-startup "vesktop"
spawn-at-startup "beeper"
clipboard {

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -131,6 +131,8 @@
options = "--delete-older-than 10d";
};
documentation.dev.enable = true;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#