Fix Librewolf profile id 0 causing errors

This commit is contained in:
Bun 2025-05-15 00:39:39 -04:00
parent 43e11222ad
commit f797abf235
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
home-manager.users."${config.sysusers.main}" = {
home = {
desktop.enable = true;
gaming.enable = true;
stateVersion = lib.mkForce config.system.stateVersion;
};