| 28 May 2021 |
Jan Tojnar | MartiniMoe: how did you set zsh as default shell? | 09:07:08 |
MartiniMoe | In reply to @jtojnar:matrix.org MartiniMoe: how did you set zsh as default shell? https://github.com/MartiniMoe/nixos-config/blob/5c2a7d23c086480e40294b7a36364c221ed3a391/system/configuration.nix#L60 | 09:07:52 |
MartiniMoe | and also this in home-manager: https://github.com/MartiniMoe/nixos-config/blob/5c2a7d23c086480e40294b7a36364c221ed3a391/users/moe.nix#L76 | 09:08:28 |
Jan Tojnar | MartiniMoe that looks correct to me | 09:11:18 |
Jan Tojnar | maybe also try adding uid = 1000 | 09:11:31 |
MartiniMoe | hmm, I also tried disabling mutableUsers to make sure no broken configuration was stuck somewhere... | 09:16:05 |
MartiniMoe | i will try the uid | 09:16:23 |
MartiniMoe | nope, still not there | 09:19:44 |
Jan Tojnar | MartiniMoe: could you check /etc/passwd how is your user listed? | 09:28:35 |
Jan Tojnar | and that the shell listed in that file is listed in /etc/shells | 09:29:15 |
| garbas joined the room. | 11:50:17 |
| 29 May 2021 |
| Ochoa joined the room. | 02:36:13 |
| justinrestivo changed their display name from justinrestivo to oh caml >>=. | 12:20:55 |
| justinrestivo changed their profile picture. | 12:21:58 |
| justinrestivo changed their display name from oh caml >>= to justinrestivo. | 12:22:25 |
| justinrestivo changed their profile picture. | 12:23:58 |
| John Ericson joined the room. | 15:42:04 |
MartiniMoe | In reply to @jtojnar:matrix.org MartiniMoe: could you check /etc/passwd how is your user listed? sorry for the late reply ^^
passwd:
moe:x:1000:100::/home/moe:/run/current-system/sw/bin/zsh
shells contains:
/run/current-system/sw/bin/zsh as first entry
| 16:11:19 |
| Mark left the room. | 19:13:28 |
Jan Tojnar | MartiniMoe: hmm, that looks fine. You might also want to check /var/lib/AccountsService/users/ | 20:33:55 |
| 30 May 2021 |
MartiniMoe | In reply to @jtojnar:matrix.org MartiniMoe: hmm, that looks fine. You might also want to check /var/lib/AccountsService/users/ Uhm, thats really weird, it says my account is a user account...
sudo cat /var/lib/AccountsService/users/moe
[User]
Language=
XSession=
Icon=/home/moe/.face
SystemAccount=true
how could i fix this? my user config contains isNormalUser = true; but maybe it did not contain this line at one point in the past? im not sure :/
| 17:29:33 |
MartiniMoe | In reply to @jtojnar:matrix.org MartiniMoe: hmm, that looks fine. You might also want to check /var/lib/AccountsService/users/ * Uhm, thats really weird, it says my account is a system account...
sudo cat /var/lib/AccountsService/users/moe
[User]
Language=
XSession=
Icon=/home/moe/.face
SystemAccount=true
how could i fix this? my user config contains isNormalUser = true; but maybe it did not contain this line at one point in the past? im not sure :/
| 17:29:42 |
MartiniMoe | hmm, i just changed it to false manually and the user shows up now 😅 doesnt feel like the nix way though... | 18:04:25 |
Jan Tojnar | MartiniMoe: it might have been set as system because of some problem and did not invalidate this file after you fixed that | 20:18:39 |
Jan Tojnar | accountsservice is annoying like that | 20:18:48 |
| 31 May 2021 |
MartiniMoe | okay, thanks a lot for your help, Jan Tojnar :) | 07:32:26 |
| [0x4A6F] changed their display name from [0x4A6F] to 0x4A6F. | 08:24:26 |
| 1 Jun 2021 |
| [0x4A6F] changed their display name from 0x4A6F to [0x4A6F]. | 06:36:27 |
| Arian joined the room. | 13:08:54 |
| jonringer set a profile picture. | 14:45:54 |