nix-colors

This commit is contained in:
m3tam3re
2025-08-30 14:32:25 +02:00
parent cc0f4c66ce
commit bbb79160ae
6 changed files with 119 additions and 5 deletions

View File

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