rm logseq
This commit is contained in:
parent
06a1732f26
commit
9cfb088e3b
3 changed files with 28 additions and 6 deletions
|
@ -13,7 +13,20 @@
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
catppuccin.catppuccin-vsc
|
catppuccin.catppuccin-vsc
|
||||||
valentjn.vscode-ltex
|
valentjn.vscode-ltex
|
||||||
|
ms-vscode.cpptools
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "better-cpp-syntax";
|
||||||
|
publisher = "jeff-hykin";
|
||||||
|
version = "1.27.1";
|
||||||
|
sha256 = "sha256-GO/ooq50KLFsiEuimqTbD/mauQYcD/p2keHYo/6L9gw=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "c-cpp-flylint";
|
||||||
|
publisher = "jbenden";
|
||||||
|
version = "1.15.0";
|
||||||
|
sha256 = "sha256-k6sH0Rx4VjGmKjvCR9x/OWrxmo7+S2bvRlZi3Z9PNPw=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "agda-mode";
|
name = "agda-mode";
|
||||||
publisher = "banacorn";
|
publisher = "banacorn";
|
||||||
|
@ -71,6 +84,7 @@
|
||||||
"<C-a>" = false;
|
"<C-a>" = false;
|
||||||
"<C-d>" = false;
|
"<C-d>" = false;
|
||||||
};
|
};
|
||||||
|
"C_Cpp.formatting" = "disabled";
|
||||||
"vim.overrideCopy" = false;
|
"vim.overrideCopy" = false;
|
||||||
"window.titleBarStyle" = "custom";
|
"window.titleBarStyle" = "custom";
|
||||||
"window.customMenuBarAltFocus" = false;
|
"window.customMenuBarAltFocus" = false;
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO remove once logseq is fixed
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-27.3.11"
|
||||||
|
];
|
||||||
|
|
||||||
services.emacs.package = pkgs.emacs29-pgtk;
|
services.emacs.package = pkgs.emacs29-pgtk;
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -20,17 +20,20 @@
|
||||||
variant = "macchiato";
|
variant = "macchiato";
|
||||||
})
|
})
|
||||||
|
|
||||||
nextcloud-client
|
#nextcloud-client
|
||||||
ausweisapp
|
#ausweisapp
|
||||||
godot_4
|
#godot_4
|
||||||
dotnet-runtime
|
#dotnet-runtime
|
||||||
blender
|
#blender
|
||||||
aseprite
|
#aseprite
|
||||||
|
|
||||||
# smt solver for liquid haskell
|
# smt solver for liquid haskell
|
||||||
z3
|
z3
|
||||||
|
|
||||||
# stuff
|
# stuff
|
||||||
|
man-pages
|
||||||
|
man-pages-posix
|
||||||
|
cpplint
|
||||||
jq
|
jq
|
||||||
vlc
|
vlc
|
||||||
openvpn
|
openvpn
|
||||||
|
|
Loading…
Reference in a new issue