oren on new version success

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-22 00:19:20 -05:00
parent 1734c15add
commit bbf84d2590
2 changed files with 198 additions and 181 deletions

View file

@ -1,21 +1,18 @@
{ ... }:
let
hyprlandExtraOptions = {
exec-once = [
# Wait a moment for monitors/workspaces to settle, then "prime" 6 and return to 1
"sh -lc 'sleep 0.2; hyprctl dispatch workspace 1'"
];
monitor = [
"eDP-1,2560x1600@165.000Hz,0x0,1.666667,transform,0"
];
};
in
{ lib, ... }:
{
home-manager.sharedModules = [
(
{ ... }:
{
wayland.windowManager.hyprland.settings = hyprlandExtraOptions;
wayland.windowManager.hyprland.settings = {
exec-once = [
# Wait a moment for monitors/workspaces to settle, then "prime" 6 and return to 1
"sh -lc 'sleep 0.2; hyprctl dispatch workspace 1'"
];
monitor = lib.mkForce [
"eDP-1,2560x1600@165.000Hz,0x0,1.666667,transform,0"
];
};
services.hyprpaper.settings = {
mode = "fill"; # Wallpaper display mode: fill, fit, stretch, center, tile