update various configs
This commit is contained in:
parent
809e6f2157
commit
ef72e46e77
4 changed files with 36 additions and 29 deletions
|
|
@ -24,6 +24,9 @@
|
|||
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
helix.url = "github:helix-editor/helix";
|
||||
helix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -36,6 +39,7 @@
|
|||
niri,
|
||||
nix-vscode-extensions,
|
||||
treefmt-nix,
|
||||
helix,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -47,6 +51,7 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
nix-vscode-extensions.overlays.default
|
||||
helix.overlays.default
|
||||
niri.overlays.niri
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue