mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-26 05:58:20 -04:00
do zed
This commit is contained in:
parent
9e2feb16a9
commit
8cd1377263
2 changed files with 8 additions and 0 deletions
7
common/users/homeModules/zed.nix
Normal file
7
common/users/homeModules/zed.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
zed-editor
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue