diff --git a/home/modules/ags/config/style.scss b/home/modules/ags/config/style.scss index 1d0d3a9f..b7effa7f 100644 --- a/home/modules/ags/config/style.scss +++ b/home/modules/ags/config/style.scss @@ -1,3 +1,7 @@ +// Import the colors exported by the nixos config +// TODO: Depend on username somehow... +@use "/home/christoph/.config/colors" as *; + // https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss $fg-color: #{"@theme_fg_color"}; $bg-color: #{"@theme_bg_color"};