Mini-frame is cool, but has a lot of latency

This commit is contained in:
Emmet
2024-04-01 21:08:41 -05:00
parent 0d180685e3
commit caf3a7861b
5 changed files with 55 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
outputs = inputs@{ self, nixpkgs, nixpkgs-staging-next, nixpkgs-stable, emacs-pin-nixpkgs,
kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix,
blocklist-hosts, hyprland-plugins, rust-overlay, org-nursery, org-yaap,
org-side-tree, org-timeblock, phscroll, ... }:
org-side-tree, org-timeblock, phscroll, mini-frame, ... }:
let
# ---- SYSTEM SETTINGS ---- #
systemSettings = {
@@ -123,6 +123,7 @@
inherit (inputs) org-side-tree;
inherit (inputs) org-timeblock;
inherit (inputs) phscroll;
inherit (inputs) mini-frame;
#inherit (inputs) nix-flatpak;
inherit (inputs) stylix;
inherit (inputs) hyprland-plugins;
@@ -215,6 +216,10 @@
url = "github:misohena/phscroll";
flake = false;
};
mini-frame = {
url = "github:muffinmad/emacs-mini-frame";
flake = false;
};
stylix.url = "github:danth/stylix";