kanshi: Don't freak out if no custom config

This commit is contained in:
Geoffrey Frogeye 2025-05-29 19:18:32 +02:00
parent 8b9a61339e
commit cbc43f838b

View file

@ -127,7 +127,13 @@
};
};
};
kanshi.enable = true;
kanshi = {
enable = true;
# So the config file exists
settings = [
{ profile = { }; }
];
};
};
home = {