forked hyprpaper to fix bug

This commit is contained in:
Vivian 2022-09-26 14:04:46 +02:00
parent 5784dff94f
commit eeaaefa912
3 changed files with 7 additions and 7 deletions

View file

@ -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"
}

View file

@ -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";

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, inputs, nixpkgs, ... }:
{
imports = [