summaryrefslogtreecommitdiff
path: root/users/mtgmonkey/stylix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/mtgmonkey/stylix.nix')
-rw-r--r--users/mtgmonkey/stylix.nix29
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;
- };
- };
- };
-}