mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
Compare commits
No commits in common. "a68d9b30fc4a5f19f6a96229cb86de5bfd6b480a" and "a4cca3cce19d888c9a9fc5e86797c892e630d55d" have entirely different histories.
a68d9b30fc
...
a4cca3cce1
7 changed files with 2 additions and 4 deletions
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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 |
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue