Compare commits

..

No commits in common. "a68d9b30fc4a5f19f6a96229cb86de5bfd6b480a" and "a4cca3cce19d888c9a9fc5e86797c892e630d55d" have entirely different histories.

7 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,7 @@ if [ $# -lt 1 ] || [ ! -d "$1" ]; then
fi
# See swww-img(1)
RESIZE_TYPE="crop"
RESIZE_TYPE="fit"
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 "vesktop"
spawn-at-startup "discord"
spawn-at-startup "beeper"
clipboard {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View file

@ -131,8 +131,6 @@
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.
#