Skip to content

Commit

Permalink
Nix: add hyprgraphics
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Nov 28, 2024
1 parent e4ed38d commit 8128bb4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
27 changes: 27 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
systems.url = "github:nix-systems/default-linux";

hyprgraphics = {
url = "github:hyprwm/hyprgraphics";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.hyprutils.follows = "hyprutils";
};

hyprutils = {
url = "github:hyprwm/hyprutils";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -49,6 +56,7 @@
overlays = {
default = self.overlays.hyprpaper;
hyprpaper = lib.composeManyExtensions [
inputs.hyprgraphics.overlays.default
inputs.hyprlang.overlays.default
inputs.hyprutils.overlays.default
inputs.hyprwayland-scanner.overlays.default
Expand Down
2 changes: 2 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
expat,
file,
fribidi,
hyprgraphics,
hyprlang,
hyprutils,
hyprwayland-scanner,
Expand Down Expand Up @@ -62,6 +63,7 @@ stdenv.mkDerivation {
expat
file
fribidi
hyprgraphics
hyprlang
hyprutils
libdatrie
Expand Down

0 comments on commit 8128bb4

Please sign in to comment.