pkgs: hyprland to flakes

This commit is contained in:
2024-11-18 22:00:27 +03:00
parent 5c04f7522d
commit 734a4fc44c
10 changed files with 436 additions and 69 deletions

View File

@ -11,6 +11,12 @@
ayugram-desktop.url = "github:/ayugram-port/ayugram-desktop/release?submodules=1";
tlock.url = "git+https://github.com/eklairs/tlock?submodules=1";
hyprland.url = "github:hyprwm/Hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";