feat: Update hyprland and add iamb

This commit is contained in:
2026-03-07 04:31:44 +05:30
parent 452426f363
commit b19be561bf
9 changed files with 899 additions and 273 deletions

View File

@@ -3,6 +3,7 @@
lib,
device,
config,
inputs,
...
}: {
imports = [
@@ -27,6 +28,8 @@
enable = true;
withUWSM = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
uwsm.enable = true;
};

View File

@@ -1,6 +1,10 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
environment.systemPackages = with pkgs; [
hyprland
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland
xhost
];
}