added otter module
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.otter-launcher = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.otter-launcher
|
||||
];
|
||||
};
|
||||
perSystem = {
|
||||
pkgs,
|
||||
lib,
|
||||
|
||||
Reference in New Issue
Block a user