Improvements to scrolling + other optimizations

This commit is contained in:
Emmet
2023-08-26 15:58:45 -05:00
parent dc0a87f941
commit e1005f80a4
6 changed files with 81 additions and 42 deletions

View File

@ -1,7 +1,7 @@
{
description = "Flake of LibrePhoenix";
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, blocklist-hosts, rust-overlay, ... }@inputs:
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, phscroll, blocklist-hosts, rust-overlay, ... }@inputs:
let
# ---- SYSTEM SETTINGS ---- #
system = "x86_64-linux"; # system arch
@ -67,6 +67,7 @@
inherit (inputs) eaf;
inherit (inputs) eaf-browser;
inherit (inputs) org-nursery;
inherit (inputs) phscroll;
};
};
};
@ -111,6 +112,10 @@
url = "github:chrisbarrett/nursery";
flake = false;
};
phscroll = {
url = "github:misohena/phscroll";
flake = false;
};
blocklist-hosts = {
url = "github:StevenBlack/hosts";
flake = false;