Files
nix-config/home-manager/discord-theme.nix
2025-10-30 21:59:31 +01:00

5 lines
98 B
Nix

{ ... }:
{
home.file.".config/Vencord/themes/theme.css".source = ./BasicBackground.theme.css;
}