desktop imports

This commit is contained in:
John Lancaster
2026-03-26 18:23:59 -05:00
parent 5dcac56860
commit 238e64437c
3 changed files with 33 additions and 56 deletions
+4 -1
View File
@@ -25,6 +25,9 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
wrapper-modules = {
url = "github:BirdeeHub/nix-wrapper-modules";
follows = "nixpkgs";
};
};
}