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
+2 -1
View File
@@ -1,4 +1,4 @@
{self, ...}: {
{self, inputs, ...}: {
flake.nixosModules.otherUtils =
# try to keep packages here at a minium. Preferably use a dedicated file
{
@@ -24,6 +24,7 @@
self.packages.${pkgs.system}.custom-syllabes
pkgs-unstable.bitwarden-desktop
fluffychat # matrix client
inputs.notewrapper.packages.${pkgs.system}.default
];
};
}