From 0c86ef6243b8a733bb9e5a28c2b13e8850e9fcda Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 14 Jul 2025 11:02:41 -0400 Subject: [PATCH] monitors for Incarceron, need to update niri output generation and add swww --- home/crow/Incarceron.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/home/crow/Incarceron.nix b/home/crow/Incarceron.nix index ea571a6..08eaa70 100644 --- a/home/crow/Incarceron.nix +++ b/home/crow/Incarceron.nix @@ -1,8 +1,19 @@ -{...}: { +{lib, ...}: { imports = [ common/core common/optional/desktops/niri.nix common/optional/browsers/firefox.nix common/optional/comms ]; + + monitors = [ + { + name = "eDP-1"; + primary = true; + width = 2256; + height = 1504; + refreshRate = 60; + background = lib.custom.relativeToRoot "assets/wallpapers/kali_lol.jpg"; + } + ]; }