notewrapper: init flake

This commit is contained in:
2026-05-25 17:52:54 +02:00
parent 982daa028a
commit 80dd4c217f
3 changed files with 79 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
notewrapper = {
url = "github:tomasriveral/notewrapper";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
caelestia-shell = {
# based on quickshell. See https://github.com/caelestia-dots/shell
url = "github:caelestia-dots/shell";