nix: update inputs

This commit is contained in:
Rouven Seifert 2023-06-04 12:22:09 +02:00
parent 8f78e1f843
commit 8196d6e741
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 29 additions and 20 deletions

View file

@ -1,9 +1,19 @@
{ pkgs, nix-colors, ... }:
{
# home.packages = with pkgs; [ libsForQt5.qtstyleplugin-kvantum ];
colorScheme = nix-colors.colorSchemes.dracula;
# theme hardcoded to dracula, too lazy to make all this base16
home.sessionVariables.GTK_THEME = "Dracula";
home.sessionVariables.QT_QPA_PLATFORMTHEME = "Dracula";
qt = {
enable = true;
style = {
name = "Dracula";
package = pkgs.dracula-theme;
};
};
gtk = {
enable = true;
theme = {