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