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

@@ -15,6 +15,11 @@
url = "github:kuokuo123/otter-launcher";
inputs.nixpkgs.follows = "nixpkgs";
};
gotify-desktop = {
url = "github:voidarclabs/gotify-desktop";
inputs.nixpkgs.follows = "nixpkgs";
};
sls-steam.url = "github:AceSLS/SLSsteam";
# Flake parts
flake-parts.url = "github:hercules-ci/flake-parts";

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,