From 758298fb7c69b9ca878f368e80af82e7bfd65bc0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 7 Feb 2024 20:35:31 +0900 Subject: [PATCH] Testing nixpkgs-wayland and hyprland flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; };