mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update theme
This commit is contained in:
parent
15250041b6
commit
48233ad804
7 changed files with 182 additions and 14 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue