nixos-configs/devices/homie/modules/home-assistant/netdaemon/apps/GlobalUsings.cs
matt1432 d311d5de3c
All checks were successful
Discord / discord commits (push) Has been skipped
feat(nvim): add csharp config
2024-10-05 15:17:16 -04:00

6 lines
205 B
C#

// Common usings for NetDaemon apps
global using System;
global using System.Reactive.Linq;
global using NetDaemon.AppModel;
global using NetDaemon.HassModel;
global using NetDaemon.HassModel.Integration;