feat(hyprland): add Hyprland into the flake as a system app

This commit is contained in:
rafiq 2025-02-27 06:06:52 +08:00
parent 55b02cc258
commit b69626eb88
4 changed files with 466 additions and 16 deletions

View file

@ -51,5 +51,7 @@
nvf.url = "github:notashelf/nvf";
nvf.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "github:hyprwm/Hyprland";
};
}