ooksdesk: swap back to minimal theme

This commit is contained in:
ooks-io 2024-12-10 19:11:33 +11:00
parent 3f11846977
commit c9f7e6b53c
3 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,7 @@
./html.nix
./ts.nix
./go.nix
./lua.nix
];
vim.languages = {

View file

@ -0,0 +1,5 @@
{
vim.languages.lua = {
enable = true;
};
}