diff --git a/flake.nix b/flake.nix index 19dcdfd1..0bc745ea 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,8 @@ nixpkgs.url = "nixpkgs/nixos-23.11"; # Unstable Packages nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; + # nixpkgs-wayland - Wayland-specific packages not in nixpkgs + nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; # home-manager - Dotfile mnagement - add /master at the end to pull from master home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; @@ -43,6 +45,8 @@ # compose2nix - Convert docker-compose.yml files to nix syntax compose2nix.url = "github:aksiksi/compose2nix"; compose2nix.inputs.nixpkgs.follows = "nixpkgs"; + # Hyprland Flake + hyprland.url = "github:hyprwm/Hyprland"; };