Testing nixpkgs-wayland and hyprland flake
This commit is contained in:
parent
e1b343dd86
commit
758298fb7c
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue