Updated system

This commit is contained in:
Emmet
2023-09-23 11:54:31 -05:00
parent 28a80bef99
commit b67c42b4fd
3 changed files with 47 additions and 26 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, phscroll, blocklist-hosts, rust-overlay, hyprland-plugins, ... }@inputs:
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, org-yaap, phscroll, blocklist-hosts, rust-overlay, hyprland-plugins, ... }@inputs:
let
# ---- SYSTEM SETTINGS ---- #
system = "x86_64-linux"; # system arch
@ -77,6 +77,7 @@
inherit (inputs) eaf;
inherit (inputs) eaf-browser;
inherit (inputs) org-nursery;
inherit (inputs) org-yaap;
inherit (inputs) phscroll;
inherit (inputs) hyprland-plugins;
};
@ -123,6 +124,10 @@
url = "github:chrisbarrett/nursery";
flake = false;
};
org-yaap = {
url = "gitlab:tygrdev/org-yaap";
flake = false;
};
phscroll = {
url = "github:misohena/phscroll";
flake = false;