Compare commits
No commits in common. "f56a5389de0a3a9d4dead248826d29b9fd040cf0" and "ee333524623559362560734977023407f9b6ad4c" have entirely different histories.
f56a5389de
...
ee33352462
|
@ -33,10 +33,7 @@ in
|
||||||
"go.alternateTools" = {
|
"go.alternateTools" = {
|
||||||
"go" = "${pkgs.go}/bin/go";
|
"go" = "${pkgs.go}/bin/go";
|
||||||
"gopls" = "${pkgs.gopls}/bin/gopls";
|
"gopls" = "${pkgs.gopls}/bin/gopls";
|
||||||
"dlv" = "${pkgs.delve}/bin/dlv";
|
|
||||||
"staticcheck" = "${pkgs.go-tools}/bin/staticcheck";
|
|
||||||
};
|
};
|
||||||
"go.toolsManagement.checkForUpdates" = "off";
|
|
||||||
"gopls" = {
|
"gopls" = {
|
||||||
"formatting.gofumpt" = true;
|
"formatting.gofumpt" = true;
|
||||||
"ui.semanticTokens" = true;
|
"ui.semanticTokens" = true;
|
||||||
|
@ -51,7 +48,7 @@ in
|
||||||
};
|
};
|
||||||
"terminal.integrated.allowChords" = false;
|
"terminal.integrated.allowChords" = false;
|
||||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||||
"workbench.colorTheme" = "Gruvbox Dark Medium";
|
"workbench.colorTheme" = mkDefault "Gruvbox Dark Hard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
home-manager.users.qenya = {
|
home-manager.users.qenya = {
|
||||||
# For the moment, this hosts some network-accessible services, so we want it on 24/7
|
# For the moment, this hosts some network-accessible services, so we want it on 24/7
|
||||||
programs.plasma.powerdevil.AC.autoSuspend.action = "nothing";
|
programs.plasma.powerdevil.AC.autoSuspend.action = "nothing";
|
||||||
|
# Trying this out
|
||||||
|
programs.vscode.userSettings."workbench.colorTheme" = "Quiet Light";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue