User only software installation should be reimagined #12

Open
opened 2026-05-29 04:12:28 +00:00 by orzklv · 2 comments
Owner

Current logic for user only installation of software should be rewritten by installing software "declaratively" by appending softwares to users.users.<username>.packages as we are doing it with system-wide installation (configuration.nix, environment.systemPackages) instead of performing nix-env profile installation which is not something to be considered good nix practices.

Current logic for user only installation of software should be rewritten by installing software "declaratively" by appending softwares to `users.users.<username>.packages` as we are doing it with system-wide installation (configuration.nix, `environment.systemPackages`) instead of performing nix-env profile installation which is not something to be considered `good nix practices`.
Author
Owner

In order to perform such installation, we need to have the following things at our hands or make sure meets the criterias:

  • Is the user performing installation was created declarative way?
  • What or which user is performing the installation?
  • Is there nix abstraction to easily append software to specific user? I mean, even more ergonomic one!
In order to perform such installation, we need to have the following things at our hands or make sure meets the criterias: - Is the user performing installation was created declarative way? - What or which user is performing the installation? - Is there nix abstraction to easily append software to specific user? I mean, even more ergonomic one!
Owner

I need help on this part, when user press install button, username and pkg name should be written inside configuration.nix

I need help on this part, when user press install button, username and pkg name should be written inside configuration.nix
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
xinux/software-center#12
No description provided.