feat: bind workspace to monitors
This commit is contained in:
parent
71093e1c0f
commit
8c498d10ec
3 changed files with 20 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ let
|
|||
nvidia-bus-id = "PCI:1:0:0";
|
||||
nvidia-offload-enabled = config.hardware.nvidia.prime.offload.enable;
|
||||
device-name = "dn-pre7780";
|
||||
monitors = [
|
||||
"DP-3"
|
||||
"HDMI-A-2"
|
||||
];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -61,6 +65,7 @@ in
|
|||
username
|
||||
nvidia-offload-enabled
|
||||
device-name
|
||||
monitors
|
||||
;
|
||||
};
|
||||
users."${username}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue