mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
Compare commits
2 commits
a4cca3cce1
...
a68d9b30fc
Author | SHA1 | Date | |
---|---|---|---|
a68d9b30fc | |||
ae89126988 |
7 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ if [ $# -lt 1 ] || [ ! -d "$1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# See swww-img(1)
|
# See swww-img(1)
|
||||||
RESIZE_TYPE="fit"
|
RESIZE_TYPE="crop"
|
||||||
export SWWW_TRANSITION_FPS="${SWWW_TRANSITION_FPS:-60}"
|
export SWWW_TRANSITION_FPS="${SWWW_TRANSITION_FPS:-60}"
|
||||||
export SWWW_TRANSITION_STEP="${SWWW_TRANSITION_STEP:-2}"
|
export SWWW_TRANSITION_STEP="${SWWW_TRANSITION_STEP:-2}"
|
||||||
|
|
||||||
|
|
|
@ -581,7 +581,7 @@ environment {
|
||||||
// apps to launch at startup
|
// apps to launch at startup
|
||||||
spawn-at-startup "zen-beta"
|
spawn-at-startup "zen-beta"
|
||||||
spawn-at-startup "obsidian"
|
spawn-at-startup "obsidian"
|
||||||
spawn-at-startup "discord"
|
spawn-at-startup "vesktop"
|
||||||
spawn-at-startup "beeper"
|
spawn-at-startup "beeper"
|
||||||
|
|
||||||
clipboard {
|
clipboard {
|
||||||
|
|
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-2k3jr6.jpg
Normal file
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-2k3jr6.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 KiB |
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-4oxe3m.png
Normal file
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-4oxe3m.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-mprjg1.png
Normal file
BIN
home-manager/dotfiles/niri/wallpapers/wallhaven-mprjg1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -131,6 +131,8 @@
|
||||||
options = "--delete-older-than 10d";
|
options = "--delete-older-than 10d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
documentation.dev.enable = true;
|
||||||
|
|
||||||
# This option defines the first version of NixOS you have installed on this particular machine,
|
# 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.
|
# 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