diff options
| author | Fuwn <[email protected]> | 2024-06-26 23:49:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-26 23:49:24 -0700 |
| commit | 9bf790d0f0bcdd54d351c03e646f8f984abd5d92 (patch) | |
| tree | 21477ca716b511240fa240303e40e4a74a735737 /home | |
| parent | f (diff) | |
| download | home-manager-config-9bf790d0f0bcdd54d351c03e646f8f984abd5d92.tar.xz home-manager-config-9bf790d0f0bcdd54d351c03e646f8f984abd5d92.zip | |
wal
Diffstat (limited to 'home')
| -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; |