fixed nesting

This commit is contained in:
twoneis 2023-11-02 10:52:30 +01:00
parent 420e36353b
commit c72bb83af3
2 changed files with 8 additions and 7 deletions

View file

@ -13,8 +13,8 @@
cursor = "0x524f67"; cursor = "0x524f67";
}; };
line_indicator = { line_indicator = {
foreground = None; foreground = "None";
background = None; background = "None";
}; };
selection = { selection = {
text = "0xe0def4"; text = "0xe0def4";
@ -52,5 +52,5 @@
}; };
}; };
window.decorations = None; window.decorations = "None";
} }

View file

@ -22,12 +22,13 @@
settings = import ./dotfiles/helix/config.nix; settings = import ./dotfiles/helix/config.nix;
themes = import ./dotfiles/helix/rosepine.nix; themes = import ./dotfiles/helix/rosepine.nix;
}; };
alacritty = {
enable = true;
settings = import ./dotfiles/alacritty/alacritty.nix;
};
}; };
alacritty = {
enable = true;
settings = import ./dotfiles/alacritty/alacritty.nix;
};
home.stateVersion = "18.09"; home.stateVersion = "18.09";
} }