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
ansible
tig
fx
]);
}];
};

View file

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