mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Forgot to remove hyprland-plugins refs from flake
This commit is contained in:
parent
d4b9032cf4
commit
b7654cd2cd
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, nixpkgs-stable, emacs-pin-nixpkgs,
|
outputs = inputs@{ self, nixpkgs, nixpkgs-stable, emacs-pin-nixpkgs,
|
||||||
kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix,
|
kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix,
|
||||||
blocklist-hosts, hyprland-plugins, rust-overlay, org-nursery, org-yaap,
|
blocklist-hosts, rust-overlay, org-nursery, org-yaap,
|
||||||
org-side-tree, org-timeblock, org-krita, phscroll, mini-frame, ... }:
|
org-side-tree, org-timeblock, org-krita, phscroll, mini-frame, ... }:
|
||||||
let
|
let
|
||||||
# ---- SYSTEM SETTINGS ---- #
|
# ---- SYSTEM SETTINGS ---- #
|
||||||
|
@ -134,7 +134,6 @@
|
||||||
inherit (inputs) mini-frame;
|
inherit (inputs) mini-frame;
|
||||||
#inherit (inputs) nix-flatpak;
|
#inherit (inputs) nix-flatpak;
|
||||||
inherit (inputs) stylix;
|
inherit (inputs) stylix;
|
||||||
inherit (inputs) hyprland-plugins;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue