feat: declarative vesktop theming

This commit is contained in:
Artur Manuel 2024-12-16 21:10:12 +00:00
commit 50ab2b94b2
6 changed files with 10 additions and 137 deletions

View file

@ -9,8 +9,12 @@
tmpfiles = {
".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py;
".config/qutebrowser/oxocarbon.py" = ./configs/qutebrowser/oxocarbon.py;
".config/vesktop/themes/system24.theme.css" = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css";
hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8=";
};
".config/vesktop/settings/quickCss.css" = ./configs/vesktop/quickCss.css;
".config/kanshi/" = ./configs/kanshi;
".config/rofi/" = ./configs/rofi;
".config/river/" = ./configs/river;
".config/kitty/" = ./configs/kitty;
".config/waybar/" = ./configs/waybar;