stylix: move config to home manager
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
This commit is contained in:
parent
7cda5583b6
commit
64d30640a4
@ -31,25 +31,7 @@ in
|
|||||||
image = config.lib.stylix.pixel "base00";
|
image = config.lib.stylix.pixel "base00";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
# colors, dracula, eris, google-dark, framer, horizon-terminal-dark, humanoid-dark, isotope, onedark-dark, spacemacs, windows-nt
|
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml";
|
||||||
|
|
||||||
cursor = {
|
|
||||||
name = "macOS";
|
|
||||||
package = pkgs.apple-cursor;
|
|
||||||
size = 26;
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
|
||||||
sansSerif = {
|
|
||||||
name = "SF Pro Text";
|
|
||||||
package = pkgs.sf-pro;
|
|
||||||
};
|
|
||||||
emoji = {
|
|
||||||
name = "Apple Color Emoji";
|
|
||||||
package = pkgs.apple-color-emoji;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -243,6 +243,40 @@ in
|
|||||||
) hyprVariables;
|
) hyprVariables;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stylix = {
|
||||||
|
enable = true;
|
||||||
|
autoEnable = false;
|
||||||
|
image = osConfig.lib.stylix.pixel "base00";
|
||||||
|
polarity = "dark";
|
||||||
|
|
||||||
|
# colors, dracula, eris, google-dark, framer, horizon-terminal-dark, humanoid-dark, isotope, onedark-dark, spacemacs, windows-nt
|
||||||
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml";
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
name = "macOS";
|
||||||
|
package = pkgs.apple-cursor;
|
||||||
|
size = 26;
|
||||||
|
};
|
||||||
|
|
||||||
|
fonts = {
|
||||||
|
sansSerif = {
|
||||||
|
name = "SF Pro Text";
|
||||||
|
package = pkgs.sf-pro;
|
||||||
|
};
|
||||||
|
emoji = {
|
||||||
|
name = "Apple Color Emoji";
|
||||||
|
package = pkgs.apple-color-emoji;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
iconTheme = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.morewaita-icon-theme;
|
||||||
|
dark = "MoreWaita";
|
||||||
|
light = "MoreWaita";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs.unstable; [
|
home.packages = with pkgs.unstable; [
|
||||||
adw-gtk3
|
adw-gtk3
|
||||||
anyrun
|
anyrun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user