accomodating for fern package name change to 'shed'

This commit is contained in:
2026-02-24 18:05:46 -05:00
parent e9cbd0d686
commit a5582a584f
14 changed files with 87 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
{ lib, self, config, host, pkgs, ... }:
let
scheme = "ayu-dark";
scheme = "seti";
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
server = (host == "xenon");
in {
@@ -16,7 +16,6 @@ in {
image = wallpaper;
polarity = "dark";
autoEnable = true;
opacity.terminal = 1.0;
targets = {
waybar.enable = false;
spicetify.enable = false;