228 current 2024-03-19 15:52:37 24.05.20240316.c75037b 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-19 16:03:41 -04:00
parent d3d03cdac8
commit 140f6180bd
2 changed files with 190 additions and 7 deletions

View file

@ -32,6 +32,10 @@
kb-gui = {
url = "github:zackartz/kb-gui";
};
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
};
};
outputs = {
@ -41,6 +45,9 @@
} @ inputs: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
overlays = [
inputs.neovim-nightly-overlay.overlay
];
in {
nixosConfigurations.earth = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};