fix: add monitors in lap
This commit is contained in:
parent
089ac4e7fd
commit
70ffa97a3a
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ let
|
||||||
xcursor-size = "24";
|
xcursor-size = "24";
|
||||||
nvidia-offload-enabled = config.hardware.nvidia.prime.offload.enable;
|
nvidia-offload-enabled = config.hardware.nvidia.prime.offload.enable;
|
||||||
device-name = "dn-lap";
|
device-name = "dn-lap";
|
||||||
|
monitors = [ ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -35,6 +36,7 @@ in
|
||||||
backupFileExtension = "hm-backup";
|
backupFileExtension = "hm-backup";
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit
|
inherit
|
||||||
|
monitors
|
||||||
unstable
|
unstable
|
||||||
inputs
|
inputs
|
||||||
system
|
system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue