refactor: clean up unused imports

refactor: remove some comments
feat: set VSCodium color scheme to Catppuccin Macchiato
This commit is contained in:
Jo 2024-12-03 18:38:19 +01:00
parent 4966b26ec4
commit e1bbf4856e
20 changed files with 9 additions and 115 deletions

View file

@ -1,8 +1,5 @@
{
lib,
pkgs,
inputs,
config,
...
}: {
home.packages = with pkgs.gnomeExtensions; [

View file

@ -1,8 +1,5 @@
{
lib,
pkgs,
inputs,
config,
...
}: {
programs.vscode = {
@ -23,6 +20,7 @@
userSettings = {
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nil";
"workbench.colorTheme" = "Catppuccin Macchiato";
};
};
}