fixed nesting
This commit is contained in:
parent
420e36353b
commit
c72bb83af3
2 changed files with 8 additions and 7 deletions
|
@ -13,8 +13,8 @@
|
|||
cursor = "0x524f67";
|
||||
};
|
||||
line_indicator = {
|
||||
foreground = None;
|
||||
background = None;
|
||||
foreground = "None";
|
||||
background = "None";
|
||||
};
|
||||
selection = {
|
||||
text = "0xe0def4";
|
||||
|
@ -52,5 +52,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
window.decorations = None;
|
||||
window.decorations = "None";
|
||||
}
|
||||
|
|
|
@ -22,12 +22,13 @@
|
|||
settings = import ./dotfiles/helix/config.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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue