mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(home/base16): what kind of a deranged person uses meson+dart-sass
for a theme
This commit is contained in:
parent
f6d4f41297
commit
4fac6adfb5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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=./
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue