update various configs

This commit is contained in:
Veneficium 2025-07-18 13:03:45 +02:00
parent 809e6f2157
commit ef72e46e77
4 changed files with 36 additions and 29 deletions

View file

@ -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
];
}