chore: update graphics config

This commit is contained in:
Ryan Yin
2024-07-20 11:49:14 +08:00
parent b3b55c36d8
commit 385bcd2d87
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
lldb
#-- python
nodePackages.pyright # python language server
pyright # python language server
(python311.withPackages (
ps:
with ps; [
+4 -4
View File
@@ -1,7 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
{pkgs-stable, ...}: {
home.packages = with pkgs-stable; [
# https://joplinapp.org/help/
# joplin # joplin-cli
# joplin-desktop
joplin # joplin-cli
joplin-desktop
];
}