update flake.lock and some conf
This commit is contained in:
@ -12,14 +12,14 @@
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarflare.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/isotope.yaml";
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors-translucent;
|
||||
name = "Bibata_Tinted";
|
||||
size = 32;
|
||||
package = pkgs.google-cursor;
|
||||
name = "GoogleDot-Blue";
|
||||
size = 24;
|
||||
};
|
||||
image = ../../wallpapers/wallhaven-39vk3v.jpg;
|
||||
image = ../../wallpapers/wallhaven-zylmoo.jpg;
|
||||
opacity.terminal = 0.9;
|
||||
fonts = {
|
||||
sizes = {
|
||||
@ -47,14 +47,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
# stylix.override = {
|
||||
# base08 = "e33400";
|
||||
# base09 = "e39400";
|
||||
# base0A = "f2ce00";
|
||||
# base0B = "5ccc96";
|
||||
# base0C = "00a3cc";
|
||||
# base0D = "7a5ccc";
|
||||
# base0E = "b3a1e6";
|
||||
# base0F = "ce6f8f";
|
||||
# };
|
||||
}
|
||||
|
Reference in New Issue
Block a user