@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -10,10 +10,13 @@
|
||||
github.copilot-chat
|
||||
];
|
||||
|
||||
userSettings."github.copilot.enable" = {
|
||||
"*" = true;
|
||||
"plaintext" = true;
|
||||
"markdown" = true;
|
||||
userSettings = {
|
||||
"github.copilot.enable" = {
|
||||
"*" = true;
|
||||
"plaintext" = true;
|
||||
"markdown" = true;
|
||||
};
|
||||
"chat.editing.alwaysSaveWithGeneratedChanges" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user