remove zed editor
This commit is contained in:
parent
7eba147c9a
commit
49f3d01d1e
2 changed files with 0 additions and 16 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./foot
|
./foot
|
||||||
./niri
|
./niri
|
||||||
./zed.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
youthlic.programs = {
|
youthlic.programs = {
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
programs.zed-editor = {
|
|
||||||
enable = true;
|
|
||||||
extensions = [
|
|
||||||
"nix"
|
|
||||||
"toml"
|
|
||||||
"make"
|
|
||||||
"rust"
|
|
||||||
];
|
|
||||||
userSettings = {
|
|
||||||
vim_mode = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue