Hyprland/start/src/helpers/Nix.hpp
Vaxry 8368566044
start: use nixGL if Hyprland is nix but not NixOS (#12845)
---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2026-01-08 10:57:56 +01:00

9 lines
No EOL
183 B
C++

#pragma once
#include <expected>
#include <string>
namespace Nix {
std::expected<void, std::string> nixEnvironmentOk();
bool shouldUseNixGL();
};