Compare commits

...

2 commits

2 changed files with 10 additions and 1 deletions

View file

@ -62,7 +62,6 @@ in
"cmake", "cmake",
"csharp_ls", "csharp_ls",
"cssls", "cssls",
"denols",
"eslint", "eslint",
"html", "html",
"jsonls", "jsonls",

View file

@ -58,6 +58,16 @@
# PACKAGES # # PACKAGES #
# #
programs.direnv = {
config = {
whitelist = {
prefix = [
"/home/wizardlink/Documents/projects"
];
};
};
};
home.packages = with pkgs; [ home.packages = with pkgs; [
## Tools ## Tools
# Utilities # Utilities