Testing nixpkgs-wayland and hyprland flake

This commit is contained in:
iFargle 2024-02-07 20:35:31 +09:00
parent e1b343dd86
commit 758298fb7c

View file

@ -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";
};