diff --git a/flake.lock b/flake.lock index bf5f9c8..f00beb7 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 9b2e501..85ae672 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 4f2d53a..1b9c763 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 = [