mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
update
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user