First Commit
This commit is contained in:
11
modules/desktop/hyprland.nix
Normal file
11
modules/desktop/hyprland.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, pkgs, ...}:
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# set the flake package
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
# make sure to also set the portal package, so that they are in sync
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
withUWSM = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user