style: reformat with nixpkgs-fmt
This commit is contained in:
parent
1be69caabb
commit
4b459f08d4
15 changed files with 398 additions and 130 deletions
system/shared
|
@ -1,7 +1,5 @@
|
|||
{ }: {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
{}: {
|
||||
config = { allowUnfree = true; };
|
||||
|
||||
overlays = [ (import ./overlays.nix) ];
|
||||
}
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
self: super: {
|
||||
customVim = with self; {
|
||||
};
|
||||
}
|
||||
self: super: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue