@@ -9,7 +9,7 @@
|
||||
home-manager.users.${user} = {
|
||||
programs.go = {
|
||||
enable = true;
|
||||
goPath = "${home}/.local/share/go";
|
||||
goPath = ".local/share/go";
|
||||
};
|
||||
|
||||
home = {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
gradle = {
|
||||
enable = true;
|
||||
home = "${home}/.local/share/gradle";
|
||||
home = ".local/share/gradle";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user