added hyprland

This commit is contained in:
kenji
2025-12-23 20:22:09 +00:00
parent 07d33b60dc
commit ded05e23fc
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{inputs, pkgs, ...}: {
programs.hyprland = {
enable = true
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
}
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../../apps/hyprland/default.nix
];
}