nix-community / nixos-vscode-server

Visual Studio Code Server support in NixOS
MIT License
419 stars 76 forks source link

Declaratively enable user service in NixOS module #69

Open Majiir opened 1 year ago

Majiir commented 1 year ago

As I recently learned, NixOS supports enabling user services for all users declaratively. It would be great to add this to the NixOS module for nixos-vscode-server to make usage easier and eliminate the manual symlinking steps.

Flameopathic commented 5 months ago

i second this. it's not a hard process, and this system is not currently declarative.

Ten0 commented 5 months ago

I have worked out some code that does this somewhere... I should PR it into this module.