added otter module

This commit is contained in:
2026-07-06 17:00:24 +01:00
parent 32db47b96a
commit 1f9820e7b7
2 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,15 @@
inputs,
...
}: {
flake.nixosModules.otter-launcher = {
pkgs,
lib,
...
}: {
environment.systemPackages = [
self.packages.${pkgs.stdenv.hostPlatform.system}.otter-launcher
];
};
perSystem = {
pkgs,
lib,