Files
mango/plugins/noctalia.nix
2026-02-17 02:43:59 +09:00

9 lines
196 B
Nix

{ pkgs, inputs, ... }:
{
# install package
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ... maybe other stuff
];
}