This commit is contained in:
biscuit
2025-05-27 17:22:13 -05:00
parent 88076292de
commit b3d37d7b20
2 changed files with 184 additions and 7 deletions
+8 -3
View File
@@ -14,6 +14,9 @@
nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
# monolisa.inputs.nixpkgs.follows = "nixpkgs";
# fred-drake.url = "github:fred-drake/neovim";
# fred-drake.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {
@@ -27,9 +30,11 @@
lib = nixpkgs.lib;
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
args = {
inherit inputs system;
} // info;
args =
{
inherit inputs system;
}
// info;
in {
nixosConfigurations = {
desktop = lib.nixosSystem {