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";
|
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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = import ./dotfiles/alacritty/alacritty.nix;
|
settings = import ./dotfiles/alacritty/alacritty.nix;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
home.stateVersion = "18.09";
|
home.stateVersion = "18.09";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue