mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 19:31:40 +02:00
stylix (untested)
This commit is contained in:
parent
4488cbcf1b
commit
63493fd366
8 changed files with 537 additions and 66 deletions
27
modules/desktop-environment/stylix.nix
Normal file
27
modules/desktop-environment/stylix.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.libertine;
|
||||
name = "Linux Libertine O";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.b612;
|
||||
name = "B612";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.departure-mono;
|
||||
name = "Departure Mono";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue