Update + begin add hyprland

This commit is contained in:
Florian RICHER 2023-08-20 01:09:30 +02:00
parent c57272e07f
commit 372515bfb4
3 changed files with 27 additions and 3 deletions

View file

@ -7,8 +7,16 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{