mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 06:37:38 +02:00
feat: update TODO, fix some problems
This commit is contained in:
@@ -47,10 +47,9 @@
|
||||
ncmpcpp # a mpd client with a UI
|
||||
];
|
||||
|
||||
# if use vscode in wayland, uncomment those line
|
||||
systemd.user.sessionVariables = {
|
||||
"NIXOS_OZONE_WL" = "1"; # for vscode
|
||||
"MOZ_ENABLE_WAYLAND" = "1";
|
||||
"NIXOS_OZONE_WL" = "1"; # for any ozone-based browser & electron apps to run on wayland
|
||||
"MOZ_ENABLE_WAYLAND" = "1"; # for firefox to run on wayland
|
||||
|
||||
# for hyprland with nvidia gpu, ref https://wiki.hyprland.org/Nvidia/
|
||||
"LIBVA_DRIVER_NAME" = "nvidia";
|
||||
|
||||
Reference in New Issue
Block a user