File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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+" = {
You can’t perform that action at this time.
0 commit comments