From 7a9466d45bef74c550b8825a5a9ff77c33a31c97 Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 4 Nov 2024 15:25:24 +0100 Subject: [PATCH] inputs edit and hyprlock --- config/hyprlock.conf | 2 +- flake.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/hyprlock.conf b/config/hyprlock.conf index 8a5218f..109e14d 100644 --- a/config/hyprlock.conf +++ b/config/hyprlock.conf @@ -10,7 +10,7 @@ general { background { monitor = - path = /home/foglar/.cache/hyde/wall.blur + path = /home/foglar/ color = rgba(25, 20, 20, 1.0) # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations diff --git a/flake.nix b/flake.nix index 4f092fb..9029d61 100644 --- a/flake.nix +++ b/flake.nix @@ -13,11 +13,11 @@ # inputs.hyprland.follows = "hyprland"; #}; - Hyprspace = { - url = "github:KZDKM/Hyprspace"; - # Hyprspace uses latest Hyprland. We declare this to keep them in sync. - inputs.hyprland.follows = "hyprland"; - }; + #Hyprspace = { + # url = "github:KZDKM/Hyprspace"; + # # Hyprspace uses latest Hyprland. We declare this to keep them in sync. + # inputs.hyprland.follows = "hyprland"; + #}; home-manager = { url = "github:nix-community/home-manager";