add x11 code and fx

This commit is contained in:
Tristan 2023-06-07 09:37:37 +01:00
parent f66541a552
commit fe0d351f92
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@ in
dbeaver dbeaver
ansible ansible
tig tig
fx
]); ]);
}]; }];
}; };

View file

@ -42,8 +42,8 @@ with lib;
app-id = "cifhbcnohmdccbgoicgdjpfamggdegmo"; app-id = "cifhbcnohmdccbgoicgdjpfamggdegmo";
desktopName = "Microsoft Teams"; desktopName = "Microsoft Teams";
}) })
(pkgs.writeShellScriptBin "my-editor" '' (pkgs.writeShellScriptBin "codex11" ''
${pkgs.vscode}/bin/code --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ NIXOS_OZONE_WL= ${pkgs.vscode}/bin/code $@
'') '')
]; ];