From 1f9820e7b71ab2288928e759071a9c4913a6140c Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 6 Jul 2026 17:00:24 +0100 Subject: [PATCH] added otter module --- flake.nix | 5 +++++ modules/features/otter-launcher/default.nix | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/flake.nix b/flake.nix index a61e115..08a56e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/features/otter-launcher/default.nix b/modules/features/otter-launcher/default.nix index 23eeb01..00808af 100644 --- a/modules/features/otter-launcher/default.nix +++ b/modules/features/otter-launcher/default.nix @@ -3,6 +3,15 @@ inputs, ... }: { + flake.nixosModules.otter-launcher = { + pkgs, + lib, + ... + }: { + environment.systemPackages = [ + self.packages.${pkgs.stdenv.hostPlatform.system}.otter-launcher + ]; + }; perSystem = { pkgs, lib,