Add zed-editor
This commit is contained in:
parent
90b7522755
commit
b9e221f885
3 changed files with 41 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue