monitors for Incarceron, need to update niri output generation and add swww

This commit is contained in:
TheWanderingCrow 2025-07-14 11:02:41 -04:00
parent d814f43a46
commit 0c86ef6243

View file

@ -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";
}
];
}