mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 21:00:06 +00:00
refactor: clean up unused imports
refactor: remove some comments feat: set VSCodium color scheme to Catppuccin Macchiato
This commit is contained in:
parent
4966b26ec4
commit
e1bbf4856e
20 changed files with 9 additions and 115 deletions
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue