update oren to latest common

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-24 19:29:06 -05:00
parent a859058d94
commit 69caf32667
6 changed files with 118 additions and 87 deletions

View file

@ -0,0 +1,30 @@
{ ... }:
let
swayExtraOptions = {
startup = [
{
command = "exec sh -c 'sleep 0.01; swaymsg workspace number 1'";
}
];
# Optional output settings
output = {
"eDP-1" = {
scale = "1";
pos = "0 0";
mode = "2560x1600@165.000Hz";
bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill";
};
};
};
in
{
options = { };
config = {
environment.systemPackages = [ ];
ringofstorms_common.desktopEnvironment.sway.extraOptions = swayExtraOptions;
};
}