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
|
||||
catppuccin.catppuccin-vsc
|
||||
valentjn.vscode-ltex
|
||||
ms-vscode.cpptools
|
||||
] ++ 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";
|
||||
publisher = "banacorn";
|
||||
|
@ -71,6 +84,7 @@
|
|||
"<C-a>" = false;
|
||||
"<C-d>" = false;
|
||||
};
|
||||
"C_Cpp.formatting" = "disabled";
|
||||
"vim.overrideCopy" = false;
|
||||
"window.titleBarStyle" = "custom";
|
||||
"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.enable = true;
|
||||
|
||||
|
|
|
@ -20,17 +20,20 @@
|
|||
variant = "macchiato";
|
||||
})
|
||||
|
||||
nextcloud-client
|
||||
ausweisapp
|
||||
godot_4
|
||||
dotnet-runtime
|
||||
blender
|
||||
aseprite
|
||||
#nextcloud-client
|
||||
#ausweisapp
|
||||
#godot_4
|
||||
#dotnet-runtime
|
||||
#blender
|
||||
#aseprite
|
||||
|
||||
# smt solver for liquid haskell
|
||||
z3
|
||||
|
||||
# stuff
|
||||
man-pages
|
||||
man-pages-posix
|
||||
cpplint
|
||||
jq
|
||||
vlc
|
||||
openvpn
|
||||
|
|
Loading…
Reference in a new issue