diff options
| -rw-r--r-- | home/fuwn/home.nix | 2 | ||||
| -rw-r--r-- | home/fuwn/meta/desktop/wayland/hyprland/hyprlock/default.nix | 2 |
2 files changed, 3 insertions, 1 deletions
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; |