From 5850839a0e05e7167eb02364e8c4fa0161da47fd Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 26 Sep 2022 14:04:46 +0200 Subject: [PATCH] forked hyprpaper to fix bug --- flake.lock | 10 +++++----- flake.nix | 2 +- nixos/common/default.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index bf5f9c8b..f00beb70 100644 --- a/flake.lock +++ b/flake.lock @@ -459,15 +459,15 @@ ] }, "locked": { - "lastModified": 1661277513, - "narHash": "sha256-MnSImhrvAwpGXC85u8juDgTImcrztJ2DEo8nRBhTMfY=", - "owner": "hyprwm", + "lastModified": 1664193634, + "narHash": "sha256-/hbJQyopmqe+iMDwKtEzDTRkFwfxAtgWpDdpTXp8/EI=", + "owner": "NULLx76", "repo": "hyprpaper", - "rev": "0faf74054136bb4ffe7c13fefb18ab41dbf62959", + "rev": "ea6379b0a7405093f5b5159d4b47e7c077ec5e8e", "type": "github" }, "original": { - "owner": "hyprwm", + "owner": "NULLx76", "repo": "hyprpaper", "type": "github" } diff --git a/flake.nix b/flake.nix index 9b2e5016..85ae6728 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; hyprland.url = "github:hyprwm/Hyprland"; - hyprpaper.url = "github:hyprwm/hyprpaper"; + hyprpaper.url = "github:NULLx76/hyprpaper"; hyprpaper.inputs.nixpkgs.follows = "nixpkgs"; riff.url = "github:DeterminateSystems/riff"; diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 4f2d53ae..1b9c7637 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs, ... }: +{ config, lib, pkgs, inputs, nixpkgs, ... }: { imports = [