added toml and font to zed
This commit is contained in:
parent
579842cddd
commit
49e9accbf2
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
{ lib, config, ... }:
|
||||
{ lib, config, pkgs, ... }:
|
||||
lib.mkIf config.desktop.enable {
|
||||
home-manager.users.willifan.programs.zed-editor = {
|
||||
enable = true;
|
||||
extensions = [ "nix" ];
|
||||
extensions = [ "nix" "toml" ];
|
||||
};
|
||||
|
||||
fonts.packages = [ pkgs.nerd-fonts.jetbrains-mono ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue