qenya/vscode: don't leak runtime dependencies into general PATH

This commit is contained in:
Katherina Walshe-Grey 2024-10-21 19:18:39 +01:00
parent 390a60f598
commit 65884ecbfd
2 changed files with 10 additions and 11 deletions

View file

@ -31,6 +31,8 @@
home-manager.users.qenya = {
# For the moment, this hosts some network-accessible services, so we want it on 24/7
programs.plasma.powerdevil.AC.autoSuspend.action = "nothing";
# Trying this out
programs.vscode.userSettings."workbench.colorTheme" = "Quiet Light";
};
programs.steam.enable = true;