Sway doesn't like user defined QT theming to system wide it is I guess

This commit is contained in:
Jimbo 2024-08-29 02:38:42 -04:00
parent 95e5895cae
commit d74444bd2f
16 changed files with 19 additions and 23 deletions

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
# Notification daemon
services.mako = let
colors = import ../style/colors.nix;
colors = import ../common/colors.nix;
border = import ../common/border.nix;
displays = import ../common/displays.nix;
fonts = import ../common/fonts.nix;