fix: Matrix server fix
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-02-11 03:55:29 +05:30
parent 66b7a31943
commit 3a97de6af2
7 changed files with 64 additions and 39 deletions

View File

@@ -9,6 +9,7 @@
nextcloudWallpapers = name: config.home.homeDirectory + "/Nextcloud/Wallpapers/" + name;
# silksongFleas = nextcloudWallpapers "silksong-fleas.jpg";
bocchiVertical = nextcloudWallpapers "bocchi-vertical.jpg";
silksongShadeLord = nextcloudWallpapers "silksong-shadelord.jpg";
in {
enable = device.is "ryu";
settings = {
@@ -16,7 +17,7 @@
wallpaper = [
{
monitor = device.monitors.primary;
path = wallpapers.skull;
path = silksongShadeLord;
fit_mode = "cover";
}
{