Have running also with hyprland to some extent

This commit is contained in:
2026-01-17 13:10:07 +02:00
parent b97f5cd3ee
commit b5e16e71eb
9 changed files with 115 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
{
orgTrivialBuild,
epkgs,
pkgs,
}:
orgTrivialBuild {
pname = "azos-emacs-hyprland";
version = "0.1.6";
src = ./elisp/azos-emacs-hyprland.org;
packageRequires = with epkgs; [
pkgs.azos-emacs-base
];
}