Add hyprland desktop entry
This commit is contained in:
parent
cd20eaac76
commit
0bdb0321ab
11
nixos/desktop/hyprland.nix
Normal file
11
nixos/desktop/hyprland.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./default.nix
|
||||
];
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland = true;
|
||||
hidpi = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue