This commit is contained in:
2026-02-17 02:43:59 +09:00
commit a0f0f7e726
17 changed files with 1348734 additions and 0 deletions

8
plugins/noctalia.nix Normal file
View File

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