Skip to content

Commit

Permalink
fix(nix): ensure .config is owned by user
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Dec 4, 2023
1 parent abcc71b commit 01e2d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
networking.hostName = "${hostname}";

systemd.tmpfiles.rules = [
"d /home/${username}/.config 0755 ${username} users"
"d /home/${username}/.config/lvim 0755 ${username} users"
];

Expand Down

0 comments on commit 01e2d20

Please sign in to comment.