mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
theming updates
This commit is contained in:
parent
9e8e5053fd
commit
9f6221d8b1
3 changed files with 9 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
{ 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
|
||||
|
@ -31,9 +30,4 @@
|
|||
package = pkgs.dracula-theme;
|
||||
size = 16;
|
||||
};
|
||||
xdg.configFile = {
|
||||
"Kvantum/Dracula/Dracula.kvconfig".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula/Dracula.kvconfig";
|
||||
"Kvantum/Dracula/Dracula.svg".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula/Dracula.svg";
|
||||
"Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Dracula";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue