feat: add uid and guid for nix-for-droid.
This commit is contained in:
parent
eb6bc02019
commit
de11ee0676
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
# Add support for deploy-rs
|
||||
user.uid = 10292;
|
||||
user.gid = 10292;
|
||||
|
||||
# Configure stylix
|
||||
stylix = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue