Files
nix-config/home-manager/discord-theme.nix
2025-01-05 11:44:20 +01:00

4 lines
98 B
Nix

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