feat: import hyprland modules

This commit is contained in:
Luj 2023-04-01 13:23:44 +02:00
parent 91acaff63e
commit d5c4b7a1b5
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 118 additions and 9 deletions

View file

@ -7,7 +7,7 @@
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager/release-22.11";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "unstable";
inputs.utils.follows = "flake-utils";
};
@ -50,6 +50,10 @@
url = "github:tpwrules/nixos-apple-silicon";
};
hyprland = {
url = "github:hyprwm/Hyprland";
};
};