update: fixed issues and update flake inputs
This commit is contained in:
parent
4b6183f0ec
commit
b3c5ad2880
80 changed files with 3307 additions and 2059 deletions
|
|
@ -3,11 +3,15 @@
|
|||
osConfig,
|
||||
config,
|
||||
pkgs,
|
||||
helper,
|
||||
...
|
||||
}:
|
||||
with builtins;
|
||||
let
|
||||
inherit (osConfig.systemConf.hyprland) monitors;
|
||||
inherit (helper) getMonitors;
|
||||
inherit (osConfig.networking) hostName;
|
||||
monitors = getMonitors hostName config;
|
||||
|
||||
nvidia-offload-enabled = osConfig.hardware.nvidia.prime.offload.enableOffloadCmd;
|
||||
|
||||
notransTag = "notrans";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue