This commit is contained in:
m3tam3re
2024-11-07 10:50:13 +01:00
parent 5c0ad5d634
commit 6b24828482
14 changed files with 76 additions and 27 deletions

View File

@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [bruno zed-editor];
home.packages = with pkgs; [pinned.bruno zed-editor];
}