{ pkgs, inputs, ... }: { # Noctalia shell (the desktop shell this configuration is named after). # Two copies are installed: # - inputs.noctalia: the project built straight from the flake input. # - noctalia-shell: the packaged copy shipped in nixpkgs. environment.systemPackages = with pkgs; [ inputs.noctalia.packages.${stdenv.hostPlatform.system}.default noctalia-shell ]; }