lil config changes n fixes

This commit is contained in:
2026-01-07 19:43:46 +00:00
parent b695388cdc
commit 17873e94fc
5 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
nativeBuildInputs = with pkgs; [ autoPatchelfHook makeWrapper ];
buildInputs = with pkgs; [
fontconfig
libxkbcommon
xorg.libxcb
xorg.libX11
@@ -69,7 +70,7 @@
meta = with pkgs.lib; {
description = "Focus a simple, fast, privacy-friendly text editor";
homepage = "https://github.com/focus-editor/focus";
license = licenses.mit;
license = licenses.gpl3Only;
platforms = platforms.linux;
mainProgram = "focus";
};