From 9bf790d0f0bcdd54d351c03e646f8f984abd5d92 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 26 Jun 2024 23:49:24 -0700 Subject: wal --- home/fuwn/home.nix | 2 ++ home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/fuwn/home.nix b/home/fuwn/home.nix index aec2421..bf97aeb 100644 --- a/home/fuwn/home.nix +++ b/home/fuwn/home.nix @@ -96,4 +96,6 @@ enable = false; image = ./wallpaper.png; }; + + # colorScheme = builtins.fromJSON (builtins.readFile "${config.home.homeDirectory}/.cache/wal/colors.json"); } diff --git a/home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix b/home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix index 01ffd17..03ccb3d 100644 --- a/home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix +++ b/home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix @@ -1,4 +1,4 @@ -{ +{ config, ... }: { programs.hyprlock = { enable = true; -- cgit v1.2.3