This commit is contained in:
2025-04-18 11:50:53 +02:00
parent 730482c98b
commit c8a9b3cf43
22 changed files with 609 additions and 256 deletions
+6 -6
View File
@@ -16,9 +16,9 @@ let
vscode-marketplace.cs128.cs128-clang-tidy
#Python
vscode-marketplace.ms-python.python
vscode-marketplace.ms-python.vscode-pylance
vscode-marketplace.ms-python.debugpy
#vscode-marketplace.ms-python.python
#vscode-marketplace.ms-python.vscode-pylance
#vscode-marketplace.ms-python.debugpy
# CSharp
open-vsx.muhammad-sammy.csharp
@@ -51,15 +51,15 @@ let
#Git
open-vsx.donjayamanne.githistory
open-vsx.mhutchie.git-graph
#open-vsx.mhutchie.git-graph
open-vsx.eamodio.gitlens
#Other
open-vsx.ms-azuretools.vscode-docker
open-vsx.webfreak.debug
open-vsx.mkhl.direnv
vscode-marketplace.ms-vscode-remote.remote-wsl
vscode-marketplace.ms-vscode-remote.remote-containers
#vscode-marketplace.ms-vscode-remote.remote-wsl
#vscode-marketplace.ms-vscode-remote.remote-containers
open-vsx.esbenp.prettier-vscode
open-vsx.formulahendry.code-runner
open-vsx.leonardssh.vscord
@@ -7,7 +7,7 @@
...
}:
let
emacs-pkg = materusCfg.configInputs.emacs-overlay.packages.x86_64-linux.emacs-unstable;
emacs-pkg = pkgs.emacs;
materus-config =
e:
@@ -81,6 +81,7 @@ let
org-present
org-modern
org-auto-tangle
ox-pandoc
visual-fill-column
csharp-mode
markdown-mode
@@ -112,7 +113,7 @@ let
zones
sudo-edit
toc-org
empv
#empv
volatile-highlights
highlight
elfeed
@@ -150,6 +151,7 @@ let
name = "emacs-env";
paths = with pkgs; [
luaformatter
pandoc
(luajit.withPackages (p: [p.fennel p.lua-lsp]))
fennel-ls
fnlfmt
@@ -280,7 +282,7 @@ in
#withXwidgets = true;
withGTK3 = true;
withAlsaLib = true;
withGconf = true;
#withGconf = true;
withImageMagick = true;
}).overrideAttrs
(