qenya/vscode: settle on a colour scheme
This commit is contained in:
parent
8690b4f610
commit
f56a5389de
|
@ -51,7 +51,7 @@ in
|
||||||
};
|
};
|
||||||
"terminal.integrated.allowChords" = false;
|
"terminal.integrated.allowChords" = false;
|
||||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||||
"workbench.colorTheme" = mkDefault "Gruvbox Dark Hard";
|
"workbench.colorTheme" = "Gruvbox Dark Medium";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
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