mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add nixpkgs-wayland overlay for newer wayland stuff
This commit is contained in:
parent
d515201729
commit
5daa44e11c
3 changed files with 202 additions and 5 deletions
11
flake.nix
11
flake.nix
|
@ -49,6 +49,11 @@
|
|||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
nixpkgs-wayland = {
|
||||
url = "github:nix-community/nixpkgs-wayland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
microvm = {
|
||||
url = "github:astro/microvm.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -85,6 +90,7 @@
|
|||
microvm,
|
||||
nixos-generators,
|
||||
nixpkgs,
|
||||
nixpkgs-wayland,
|
||||
pre-commit-hooks,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
@ -140,9 +146,10 @@
|
|||
import ./lib inputs
|
||||
++ import ./pkgs/default.nix
|
||||
++ [
|
||||
microvm.overlay
|
||||
elewrap.overlays.default
|
||||
devshell.overlays.default
|
||||
elewrap.overlays.default
|
||||
microvm.overlay
|
||||
nixpkgs-wayland.overlay
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue