mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: add desktop-specific Hyprland monitor configuration for user 'zeph'
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -42,8 +42,16 @@
|
|||||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
|
|
||||||
# User configuration
|
# User configuration with desktop-specific overrides
|
||||||
home-manager.users.zeph = import ./home/home.nix;
|
home-manager.users.zeph = { ... }: {
|
||||||
|
imports = [ ./home/home.nix ];
|
||||||
|
|
||||||
|
# Desktop-specific Hyprland monitor configuration
|
||||||
|
wayland.windowManager.hyprland.settings.monitor = [
|
||||||
|
"DP-2,2560x1440@165,0x0,1" # Main monitor (1440p @ 165Hz)
|
||||||
|
"DP-1,3840x2160@60,2560x0,1" # 4K monitor to the right
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user