main
 1{
 2  flake.modules.homeManager.de-shell-noctalia = _: {
 3    programs.noctalia-shell.settings.controlCenter = {
 4      shortcuts = {
 5        left = [
 6          {id = "Network";}
 7          {id = "Bluetooth";}
 8          {id = "Notifications";}
 9        ];
10        right = [
11          {id = "PowerProfile";}
12          {id = "NightLight";}
13          {id = "KeepAwake";}
14        ];
15      };
16    };
17  };
18}