From f7a2097541f06f9ecbe39187d3c997c0ed8c4455 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 22:14:39 +0900 Subject: [PATCH] test --- nixos/common/desktops/hyprland/themes/green.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/desktops/hyprland/themes/green.nix b/nixos/common/desktops/hyprland/themes/green.nix index 5b48c728..4e8fa989 100644 --- a/nixos/common/desktops/hyprland/themes/green.nix +++ b/nixos/common/desktops/hyprland/themes/green.nix @@ -4,6 +4,6 @@ image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; # base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml"; - base16Scheme = builtins.readFile ../../../../lib/themes/everforest-dark-hard.yaml; + base16Scheme = builtins.readFile ../../../../../lib/themes/everforest-dark-hard.yaml; }; } \ No newline at end of file