nixos-config/home-manager/modules/nixcord.nix
gwg313 5f9fb27ebb
updates
Signed-off-by: gwg313 <gwg313@pm.me>
2025-08-16 01:32:32 -04:00

12 lines
208 B
Nix

# Discord is a popular chat application.
{ inputs, ... }:
{
# imports = [inputs.nixcord.homeModules.nixcord];
programs.nixcord = {
enable = true;
config = {
frameless = true;
};
};
}