mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
This didn't work, but adding it for archival needs
This commit is contained in:
parent
f0bb682e73
commit
a86b50de25
33
system/style/stylix.nix
Normal file
33
system/style/stylix.nix
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
myFont = "Inconsolata";
|
||||||
|
myFontPkg = pkgs.inconsolata;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
#stylix.autoEnable = false;
|
||||||
|
#stylix.polarity = "dark";
|
||||||
|
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-dark-night.yaml";
|
||||||
|
#stylix.fonts = {
|
||||||
|
# monospace = {
|
||||||
|
# name = myFont;
|
||||||
|
# package = myFontPkg;
|
||||||
|
# };
|
||||||
|
# serif = {
|
||||||
|
# name = myFont;
|
||||||
|
# package = myFontPkg;
|
||||||
|
# };
|
||||||
|
# sansSerif = {
|
||||||
|
# name = myFont;
|
||||||
|
# package = myFontPkg;
|
||||||
|
# };
|
||||||
|
# emoji = {
|
||||||
|
# name = "Noto Color Emoji";
|
||||||
|
# package = pkgs.noto-fonts-emoji-blob-bin;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
|
#
|
||||||
|
# stylix.targets.grub.enable = true;
|
||||||
|
# stylix.targets.lightdm.enable = true;
|
||||||
|
# stylix.targets.console.enable = true;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue