- Refactors monitor handling by computing primary monitor parameters - Introduces new shell scripts for gamescope-run and steam-session integration - Updates desktop entries to launch Steam and Heroic within gamescope - Removes deprecated gaming session script from the global gaming configuration - Simplifies monitor options and adds primary monitor utility in shared libraries - Adjusts host-specific monitor configurations and README hardware details
12 lines
282 B
Nix
12 lines
282 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
|
|
# home.file.".config/monitors_source" = {
|
|
# source = ./monitors.xml;
|
|
# onChange = ''
|
|
# cp $HOME/.config/monitors_source $HOME/.config/monitors.xml
|
|
# chmod 755 $HOME/.config/monitors.xml
|
|
# '';
|
|
# };
|
|
}
|