chore: format code

This commit is contained in:
Jacob Bachmann 2024-01-13 15:45:43 +01:00
parent db4c3408de
commit b77debd170
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 41 additions and 37 deletions

View file

@ -1,3 +1,3 @@
{ config, ... }: {
{ config, ... }: {
programs.kdeconnect.enable = config.bchmnn.gui.enable;
}