mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Patch stylix on nix-darwin
This commit is contained in:
@@ -15,6 +15,20 @@ in
|
|||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||||
targets.nixvim.enable = false; # tokyonight module missing?
|
targets.nixvim.enable = false; # tokyonight module missing?
|
||||||
targets.vscode.enable = false; # overrides synced settings
|
targets.vscode.enable = false; # overrides synced settings
|
||||||
|
targets.alacritty.enable = true;
|
||||||
|
targets.tmux.enable = true;
|
||||||
|
|
||||||
|
fonts.sizes.terminal = 16;
|
||||||
|
|
||||||
|
fonts.monospace = {
|
||||||
|
name = "FiraCode Nerd Font Mono";
|
||||||
|
package = "${pkgs.fira-mono}";
|
||||||
|
};
|
||||||
|
|
||||||
|
fonts.sansSerif = {
|
||||||
|
name = "FiraCode Nerd Font";
|
||||||
|
package = "${pkgs.fira-code}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
@@ -109,4 +109,8 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stylix.image = "/Library/tokyo-night.jpg";
|
||||||
|
|
||||||
|
stylix.autoEnable = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user