chore: redecorating with stylix
This commit is contained in:
parent
20029c971a
commit
7e2c5f2c7c
1 changed files with 4 additions and 4 deletions
|
@ -12,17 +12,17 @@ in
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark-dark.yaml";
|
||||
image = config.myWallPaperPath;
|
||||
fonts = {
|
||||
sansSerif = {
|
||||
/*sansSerif = {
|
||||
name = "Helvetica Neue LT Std";
|
||||
package = pkgs.helvetica-neue-lt-std;
|
||||
};
|
||||
};*/
|
||||
monospace = {
|
||||
name = config.desktopFont.fullName;
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
package = config.desktopFont.package;
|
||||
};
|
||||
sizes = {
|
||||
terminal = 16;
|
||||
applications = 14;
|
||||
applications = 12;
|
||||
};
|
||||
};
|
||||
opacity = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue