Not not
This commit is contained in:
parent
636f1bd617
commit
8ac05e9d37
|
@ -24,7 +24,7 @@
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
frogeye.desktop = {
|
||||
x11_screens = [ "eDP-1" ];
|
||||
x11_screens = [ "DP-2" "eDP-1" ];
|
||||
maxVideoHeight = 1080;
|
||||
|
||||
phasesCommands = {
|
||||
|
|
|
@ -80,7 +80,7 @@ in
|
|||
};
|
||||
options = {
|
||||
frogeye.nextcloud = lib.mkOption {
|
||||
default = { };
|
||||
default = [ ];
|
||||
description = "Sync Nextcloud folders. Uses netrc for authentication";
|
||||
type = lib.types.listOf (
|
||||
lib.types.submodule (
|
||||
|
|
Loading…
Reference in a new issue