From d515d5cc0fc077cedb2d61685ccffb37afb4a89e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Fri, 24 May 2024 15:35:51 +0100
Subject: [PATCH] Rename `kanshi.profiles` to `kanshi.settings`

> trace: warning: opdavies profile: kanshi.profiles option is
> deprecated. Use kanshi.settings instead.
---
 lib/nixos/home-manager/modules/kanshi.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/nixos/home-manager/modules/kanshi.nix b/lib/nixos/home-manager/modules/kanshi.nix
index 2959e4be..87504bfe 100644
--- a/lib/nixos/home-manager/modules/kanshi.nix
+++ b/lib/nixos/home-manager/modules/kanshi.nix
@@ -10,7 +10,7 @@
     enable = true;
 
     # swaymsg -t get_outputs
-    profiles = {
+    settings = {
       undocked = {
         outputs = [{
           criteria = "eDP-1";