make codium nicer, disable some stuff

This commit is contained in:
cy 2025-02-09 22:26:24 -05:00
parent 1ca80eb95d
commit ff7354c661
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 44 additions and 9 deletions

View file

@ -11,14 +11,13 @@
jnoortheen.nix-ide
editorconfig.editorconfig
github.github-vscode-theme
github.copilot
rust-lang.rust-analyzer
];
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay";
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nixd";
"nix.serverPath" = "nil";
"editor.fontFamily" = "IBM Plex Mono";
"editor.fontSize" = 16;
"editor.wordWrap" = "on";

View file

@ -10,7 +10,7 @@
../niri
../irssi.nix
../kitty.nix
../vscode.nix
../codium.nix
../plasma.nix
];
home = {
@ -127,6 +127,8 @@
radare2
p7zip
qbittorrent
# vscodium
nil
];
programs.waybar.enable = true;