added hyprland
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../../apps/hyprland/default.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user