Skip to content

Commit af14d64

Browse files
committed
reduce odds of file conflict
1 parent b5a62ed commit af14d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/vscode-server/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ import ./module.nix (
3737
in
3838
{
3939
# We need to create each of the folders before the next file otherwise parents get owned by root
40-
"80-setup-config-folder-for-all-users" = homeDirectory ".config";
41-
"81-setup-systemd-folder-for-all-users" = homeDirectory ".config/systemd";
42-
"82-setup-systemd-user-folder-for-all-users" = homeDirectory ".config/systemd/user";
43-
"83-enable-auto-fix-vscode-server-service-for-all-users" = forEachUser {
40+
"80-vscode-server-setup-config-folder-for-all-users" = homeDirectory ".config";
41+
"81-vscode-server-setup-systemd-folder-for-all-users" = homeDirectory ".config/systemd";
42+
"82-vscode-server-setup-systemd-user-folder-for-all-users" = homeDirectory ".config/systemd/user";
43+
"83-vscode-server-enable-auto-fix-vscode-server-service-for-all-users" = forEachUser {
4444
path = ".config/systemd/user/auto-fix-vscode-server.service";
4545
file = (username: {
4646
"L+" = {

0 commit comments

Comments
 (0)