1b771db0c8
switch over to a neovim configuration in lua, btrtile for dwl, remove unnecessary things, some browser addons, rofimoji, fix february flake
12 lines
183 B
Nix
12 lines
183 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.file.".clang-format".text = ''
|
|
---
|
|
BasedOnStyle: LLVM
|
|
ColumnLimit: 80
|
|
IndentCaseLabels: true
|
|
InsertBraces: true
|
|
IndentWidth: 4
|
|
'';
|
|
}
|