mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
feat: add hyprland flake input
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
{...}: {
|
||||
programs.hyprland.enable = true;
|
||||
{pkgs, ...}: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland-git.hyprland;
|
||||
portalPackage = pkgs.hyprland-git.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user