Compare commits
No commits in common. "64d30640a4961e3d3468a58dd9eaef9d3803d0ba" and "a258f0c86127cb32ee1cab7c391d3c1d58d76584" have entirely different histories.
64d30640a4
...
a258f0c861
@ -31,6 +31,7 @@ in
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
adw-gtk3
|
||||
adwaita-fonts
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
morewaita-icon-theme
|
||||
nautilus-python
|
||||
|
@ -31,7 +31,25 @@ in
|
||||
image = config.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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -243,45 +243,12 @@ in
|
||||
) 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; [
|
||||
adw-gtk3
|
||||
anyrun
|
||||
clipse
|
||||
dunst
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
kitty
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
mpv
|
||||
|
Loading…
x
Reference in New Issue
Block a user