chore: update theme

This commit is contained in:
Nickolaj Jepsen 2025-02-24 22:52:19 +01:00
parent 15250041b6
commit 48233ad804
7 changed files with 182 additions and 14 deletions

View file

@ -1,4 +1,9 @@
{config, inputs, pkgs, ...}: let
{
config,
inputs,
pkgs,
...
}: let
primaryMonitorName =
if builtins.length config.monitors > 0
then (builtins.elemAt config.monitors 0).name
@ -12,4 +17,4 @@ in {
systemd = true;
monitor.primary = primaryMonitorName;
};
}
}