this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(core/user): properly set home dir owner

See https://feel-co.github.io/hjem/options.html#option-hjem-users-<name>-user

+1
+1
modules/core/user.nix
··· 20 20 clobberByDefault = true; 21 21 users.${username} = { 22 22 enable = true; 23 + user = username; 23 24 packages = with pkgs; [bat eza msedit]; 24 25 }; 25 26 };