This commit is contained in:
Geoffrey Frogeye 2025-03-25 12:11:42 +01:00
parent 636f1bd617
commit 8ac05e9d37
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 2 deletions
cranberry
hm/accounts

View file

@ -24,7 +24,7 @@
hardware.enableRedistributableFirmware = true;
frogeye.desktop = {
x11_screens = [ "eDP-1" ];
x11_screens = [ "DP-2" "eDP-1" ];
maxVideoHeight = 1080;
phasesCommands = {

View file

@ -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 (