+metabase +nix-colors

This commit is contained in:
2025-09-29 20:56:01 +02:00
parent c11847206f
commit 54f0e622f6
12 changed files with 347 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
colorScheme = inputs.nix-colors.colorSchemes.dracula;
qt = {
enable = true;
platformTheme.name = "gtk";