mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Pin stylix to 24.05
This commit is contained in:
@@ -12,9 +12,15 @@ in
|
||||
home.packages = with pkgs; [ just ];
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||
targets.vscode.enable = false; # overrides synced settings
|
||||
targets.tmux.enable = true;
|
||||
targets = {
|
||||
alacritty.enable = true;
|
||||
tmux.enable = true;
|
||||
vscode.enable = false; # overrides synced settings
|
||||
};
|
||||
|
||||
opacity.terminal = 1.0;
|
||||
|
||||
fonts.sizes =
|
||||
if stdenv.isLinux
|
||||
|
Reference in New Issue
Block a user