chore: redecorating with stylix

This commit is contained in:
Zhongheng Liu 2025-05-29 19:08:09 +03:00
commit 7e2c5f2c7c
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -12,17 +12,17 @@ in
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark-dark.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark-dark.yaml";
image = config.myWallPaperPath; image = config.myWallPaperPath;
fonts = { fonts = {
sansSerif = { /*sansSerif = {
name = "Helvetica Neue LT Std"; name = "Helvetica Neue LT Std";
package = pkgs.helvetica-neue-lt-std; package = pkgs.helvetica-neue-lt-std;
}; };*/
monospace = { monospace = {
name = config.desktopFont.fullName; name = config.desktopFont.fullName;
package = pkgs.nerd-fonts.jetbrains-mono; package = config.desktopFont.package;
}; };
sizes = { sizes = {
terminal = 16; terminal = 16;
applications = 14; applications = 12;
}; };
}; };
opacity = { opacity = {