diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 2cdcc4d..d68f161 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -1,7 +1,7 @@ { pkgs, config, inputs, ... }: { imports = [ - ./hyprlock/macos.nix + ./hyprlock.nix ./hypridle.nix ./hyprpaper.nix ./hyprcursor.nix diff --git a/home/system/hyprland/hyprlock/macos.nix b/home/system/hyprland/hyprlock.nix similarity index 100% rename from home/system/hyprland/hyprlock/macos.nix rename to home/system/hyprland/hyprlock.nix diff --git a/home/system/zathura/default.nix b/home/system/zathura/default.nix index 848b880..4e56637 100644 --- a/home/system/zathura/default.nix +++ b/home/system/zathura/default.nix @@ -9,9 +9,6 @@ statusbar-basename = true; render-loading = false; scroll-step = 120; - - # highlight-color = "); - # highlight-active-color = mkForce (rgba "base0D"); }; }; }