From 8ac05e9d37cf9e74c291221118ca4f47a4b6ad43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?=
 <geoffrey@frogeye.fr>
Date: Tue, 25 Mar 2025 12:11:42 +0100
Subject: [PATCH] Not not

---
 cranberry/hardware.nix    | 2 +-
 hm/accounts/nextcloud.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 (