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

3
home/programs/iamb.nix Normal file
View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.iamb];
}