{ pkgs, config, lib, nodeFlake, packages', ... }: let pkgsUnstable = pkgs.callPackage nodeFlake.inputs.nixpkgs-unstable.outPath {}; in { imports = [ ../profiles/wayland-desktop.nix ]; home.packages = with pkgs; [ # experimental WMs packages'.jay packages'.magmawm # swayidle # swaylock # # fonts # noto-fonts # font-awesome # noto-fonts-emoji ]; }