Pin stylix to 24.05

This commit is contained in:
Dave Gallant
2024-06-18 08:30:51 -04:00
parent 5edbc61442
commit b419f6e26e
5 changed files with 40 additions and 20 deletions

View File

@@ -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