Skip to content

Add qtwebsockets to flake#1892

Open
djmaze wants to merge 1 commit intoAvengeMedia:masterfrom
djmaze:add_qtwebsockets_to_flake
Open

Add qtwebsockets to flake#1892
djmaze wants to merge 1 commit intoAvengeMedia:masterfrom
djmaze:add_qtwebsockets_to_flake

Conversation

@djmaze
Copy link

@djmaze djmaze commented Mar 2, 2026

This allows using the HomeAssistant plugin.

@LuckShiba
Copy link
Collaborator

I'm not sure if adding qtwebsockets to the Flake to all users is a good idea, since not all users will use that functionality and it's also not a dependency in other distros. What about we add in the package an option to pass additional packages, so the user can do the following:

programs.dankMaterialShell.package = dmsPkgs.dms-shell.override {
  extraQmlPackages = with pkgs; [ qtwebsockets ];
};

This would allow users to add other QML dependencies other plugins may require too!

@djmaze
Copy link
Author

djmaze commented Mar 3, 2026

@LuckShiba Sounds like a good idea! I can try to implement that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants