nixnew/systems/lenovo/hyprland/default.nix

4 lines
101 B
Nix
Raw Normal View History

2023-07-26 09:32:40 +00:00
{ impurity, ... }: {
hyprland-session.extraConfig = "source = ${impurity.link ./hyprland.conf}";
}