boole
This commit is contained in:
parent
ce91ee4c41
commit
b441cfc12b
4 changed files with 472 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
programs.helix = {
|
||||
settings = {
|
||||
theme = "gruvbox_dark_hard";
|
||||
|
|
@ -191,6 +187,7 @@
|
|||
auto-format = true;
|
||||
formatter = {
|
||||
command = "alejandra";
|
||||
args = ["--experimental-config" "alejandra.toml"];
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue