mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-04 08:20:00 -05: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
|
||||
];
|
||||
};
|
||||
}
|
|
@ -30,6 +30,7 @@ in
|
|||
../homeModules/java.nix
|
||||
../homeModules/jetbrains
|
||||
../homeModules/notion.nix
|
||||
../homeModules/zed.nix
|
||||
# ../homeModules/vscode
|
||||
./sops.nix
|
||||
./git.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue