diff options
| author | andromeda <andromeda@lenovo> | 2026-01-09 23:23:07 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-09 23:23:07 +0100 |
| commit | 0658c5d898d6267e23d28f60d2c32edcf85d5c06 (patch) | |
| tree | deb20f9303cacb066e4f5590442b0be08c59f226 /users/mtgmonkey/stylix.nix | |
| parent | 8b79f4e825718448780383d0e535d132d7b80561 (diff) | |
modularise lenovo?
Diffstat (limited to 'users/mtgmonkey/stylix.nix')
| -rw-r--r-- | users/mtgmonkey/stylix.nix | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/users/mtgmonkey/stylix.nix b/users/mtgmonkey/stylix.nix deleted file mode 100644 index f2538b0..0000000 --- a/users/mtgmonkey/stylix.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - pkgs, - config, - ... -}: { - stylix = { - enable = true; - # rebecca has lavener bkg - # tube has dark gray bkg - # silk-light is light theme - base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml"; - polarity = "dark"; - fonts = { - monospace = { - package = pkgs.miracode; - name = "Miracode"; - }; - serif = config.stylix.fonts.sansSerif; - emoji = { - package = pkgs.noto-fonts-color-emoji; - name = "Noto Color Emoji"; - }; - sizes = { - applications = 12; - terminal = 10; - }; - }; - }; -} |
