328 current 1970-01-01 01:00:00 23.11.20240518.e7cc617 6.6.30-rt30 *

This commit is contained in:
2024-05-20 21:15:16 +02:00
parent da0bf720dd
commit 1c8ffbf289
21 changed files with 115 additions and 87 deletions

View File

@@ -4,7 +4,7 @@
pkgs,
...
}: let
cfg = config.sway.theming;
cfg = config.myConfig.sway.theming;
# currently, there is some friction between sway and gtk:
# https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland
@@ -13,8 +13,8 @@
gsettings set $gnome_schema gtk-theme 'Dracula'
'';
in {
options = {
sway.theming.enable = lib.mkEnableOption "theming for sway";
options.myConfig.sway.theming = {
enable = lib.mkEnableOption "theming for sway";
};
config = lib.mkIf cfg.enable {