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 = {
2024-04-04 05:29:53 +00:00
prerun = "export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2";
2023-07-27 08:17:17 +00:00
extraConfig = "source = ${impurity.link ./hyprland.conf}";
};
}