Add hyprland desktop entry

This commit is contained in:
Evie Litherland-Smith 2023-04-11 13:00:53 +01:00
parent cd20eaac76
commit 0bdb0321ab

View file

@ -0,0 +1,11 @@
{ ... }:
{
imports = [
./default.nix
];
programs.hyprland = {
enable = true;
xwayland = true;
hidpi = true;
};
}