diff --git a/flake.nix b/flake.nix index 2c675f4..dc33c33 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,6 @@ 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"; @@ -27,7 +23,6 @@ self, nixpkgs, flake-utils, - nixpkgs-wayland, mailserver, sops-nix, ... @@ -78,12 +73,6 @@ }; modules = [ - ( - { config, ... }: - { - config.nixpkgs.overlays = [ nixpkgs-wayland.overlay ]; - } - ) (toString ./options/machine.nix) sops-nix.nixosModules.sops ]