From efe7df76d681b9f019a8680532105469737e8f58 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 16 Mar 2026 20:50:58 +0100 Subject: feat(sway): setup sway with nixpkgs-wayland for newest version --- modules/hosts/adam/flake-parts.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/hosts') diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index 77ed51d..738ec43 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -3,10 +3,14 @@ flake.nixosConfigurations."adam" = inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = with inputs.self.modules.nixos; [ + { + nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlays.default ]; + } adam home-manager plymouth kde + sway dns bluetooth mullvad-vpn -- cgit v1.3.1