fix(home/base16): what kind of a deranged person uses meson+dart-sass

for a theme
This commit is contained in:
Kat Inskip 2022-07-30 13:11:49 -07:00
parent f6d4f41297
commit 4fac6adfb5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
gtk = { gtk = {
settings.default = { settings.default = {
icon_style = "numix"; icon_style = "numix";
theme_style = "materia"; theme_style = "oomox";
}; };
}; };
vim.template = data: let vim.template = data: let

View file

@ -157,7 +157,7 @@ in {
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ glib libxml2 bc ]; nativeBuildInputs = [ glib libxml2 bc ];
buildInputs = [ meson gnome3.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ]; buildInputs = [ gnome3.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ];
installPhase = '' installPhase = ''
export HOME=./ export HOME=./