radish: add zed
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
../custom-programs
|
||||
./neovim
|
||||
./dnote.nix
|
||||
../modules/zed
|
||||
inputs.hastebin.nixosModules.hm
|
||||
];
|
||||
|
||||
@@ -110,7 +111,7 @@
|
||||
enable = true;
|
||||
font = {
|
||||
name = "IosevkaTerm NFM";
|
||||
size = 12;
|
||||
size = 14;
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
themeFile = "Tomorrow_Night";
|
||||
@@ -207,9 +208,10 @@
|
||||
};
|
||||
os = {
|
||||
edit = "$EDITOR {{filename}}";
|
||||
editAtLine = "$EDITOR +{{line}} {{filename}}";
|
||||
editAtLineAndWait = "$EDITOR --remote-wait +{{line}} {{filename}}";
|
||||
editAtLine = "$EDITOR {{filename}}:{{line}}";
|
||||
editAtLineAndWait = "$EDITOR --wait {{filename}}:{{line}}";
|
||||
};
|
||||
promptToReturnFromSubprocess = false;
|
||||
customCommands = [
|
||||
{
|
||||
key = "<c-p>";
|
||||
@@ -299,6 +301,10 @@
|
||||
clipboard_command = "${pkgs.wl-copy-both}/bin/wl-copy";
|
||||
};
|
||||
};
|
||||
zed-editor = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
};
|
||||
|
||||
gnome = {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
defaultEditor = false;
|
||||
options = {
|
||||
number = true;
|
||||
expandtab = true;
|
||||
|
||||
Reference in New Issue
Block a user