structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
Showing only changes of commit b0d8723793 - Show all commits

View file

@ -5,6 +5,13 @@
}: {
programs.alacritty.enable = true;
programs.alacritty.settings = {
window = {
opacity = 0.83;
padding = {
x = 0;
y = 5;
};
};
colors = with config.colorScheme.colors; {
bright = {
black = "0x${base00}";