Add zed-editor

This commit is contained in:
Fabian Hauser 2025-01-30 22:48:17 +02:00
parent 90b7522755
commit b9e221f885
3 changed files with 41 additions and 9 deletions

View file

@ -9,15 +9,13 @@ let
in
{
environment.systemPackages =
with pkgs;
[
freetype
lxappearance
sound-theme-freedesktop
environment.systemPackages = with pkgs; [
freetype
lxappearance
sound-theme-freedesktop
qt5.qtwayland # Required for qt applications
];
qt5.qtwayland # Required for qt applications
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
programs = {