diff --git a/cranberry/hardware.nix b/cranberry/hardware.nix index 44accc1..86c8547 100644 --- a/cranberry/hardware.nix +++ b/cranberry/hardware.nix @@ -24,7 +24,7 @@ hardware.enableRedistributableFirmware = true; frogeye.desktop = { - x11_screens = [ "eDP-1" ]; + x11_screens = [ "DP-2" "eDP-1" ]; maxVideoHeight = 1080; phasesCommands = { diff --git a/hm/accounts/nextcloud.nix b/hm/accounts/nextcloud.nix index e036623..da236cf 100644 --- a/hm/accounts/nextcloud.nix +++ b/hm/accounts/nextcloud.nix @@ -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 (