Add nix-community wayland overlay.
This commit is contained in:
parent
caad70bc5e
commit
30470f12f4
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs-wayland = {
|
||||
url = "github:nix-community/nixpkgs-wayland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
@ -18,6 +22,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
nixpkgs-wayland,
|
||||
mailserver,
|
||||
sops-nix,
|
||||
...
|
||||
|
@ -63,6 +68,7 @@
|
|||
};
|
||||
modules =
|
||||
[
|
||||
({config, ...}: {config.nixpkgs.overlays = [nixpkgs-wayland.overlay];})
|
||||
(toString ./options/machine.nix)
|
||||
sops-nix.nixosModules.sops
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue