working config

This commit is contained in:
2025-06-06 11:24:34 -05:00
parent 79e725cbb6
commit 50d832ecbf
2 changed files with 44 additions and 21 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixvim.url = {
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -13,8 +13,8 @@
};
impermanence.url = "github:nix-community/impermanence";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};