mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update Wayland application configurations for improved compatibility and remove scaling settings
This commit is contained in:
@@ -16,7 +16,13 @@
|
||||
inputs.vicinae.packages.${pkgs.system}.default # Vicinae launcher
|
||||
|
||||
# Development tools
|
||||
vscode
|
||||
(vscode.override {
|
||||
commandLineArgs = [
|
||||
"--enable-features=UseOzonePlatform"
|
||||
"--ozone-platform=wayland"
|
||||
"--enable-wayland-ime"
|
||||
];
|
||||
})
|
||||
# neovim
|
||||
|
||||
# Browsers
|
||||
@@ -40,8 +46,18 @@
|
||||
# spotify
|
||||
|
||||
# Communication
|
||||
legcord
|
||||
teams-for-linux
|
||||
(legcord.override {
|
||||
commandLineArgs = [
|
||||
"--enable-features=UseOzonePlatform,WaylandWindowDecorations"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
})
|
||||
(teams-for-linux.override {
|
||||
commandLineArgs = [
|
||||
"--enable-features=UseOzonePlatform,WaylandWindowDecorations"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
})
|
||||
# discord
|
||||
# slack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user