This commit is contained in:
m3tam3re
2024-10-05 06:46:12 +02:00
parent e7ec54ef4f
commit 6139657197
5 changed files with 43 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
}