nixnew/systems/msi/hyprland/default.nix

7 lines
183 B
Nix
Raw Normal View History

2023-07-27 08:17:17 +00:00
{ impurity, ... }: {
hyprland-session = {
prerun = "export WLR_DRM_DEVICES=/dev/dri/card0:/dev/dri/card1";
extraConfig = "source = ${impurity.link ./hyprland.conf}";
};
}