Add Zed editor. Configured with Nix LSP and Catppuccin Mocha
This commit is contained in:
parent
1000b3383b
commit
bc9494c01a
15
dotfiles/home-manager/desktop/apps/zed.nix
Normal file
15
dotfiles/home-manager/desktop/apps/zed.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ ... }: {
|
||||||
|
programs.zed-editor = {
|
||||||
|
# https://mynixos.com/home-manager/options/programs.zed-editor
|
||||||
|
enable = true;
|
||||||
|
extensions = [ "Nix" "Catppuccin" ];
|
||||||
|
userSettings = {
|
||||||
|
languages."Nix"."language_servers" = [ "!nil" "nixd" ];
|
||||||
|
theme = {
|
||||||
|
mode = "system";
|
||||||
|
dark = "Catppuccin Mocha";
|
||||||
|
light = "Catppuccin Mocha";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -6,6 +6,7 @@
|
|||||||
./configuration/keys.nix
|
./configuration/keys.nix
|
||||||
./configuration/defaultApps.nix
|
./configuration/defaultApps.nix
|
||||||
./configuration/mangohud.nix
|
./configuration/mangohud.nix
|
||||||
|
./apps/zed.nix
|
||||||
./apps/browser.nix
|
./apps/browser.nix
|
||||||
./apps/discord.nix
|
./apps/discord.nix
|
||||||
./apps/obs-studio.nix
|
./apps/obs-studio.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user