fix vscode

This commit is contained in:
atagen 2023-09-29 22:04:32 +10:00
parent 0db4f9bef8
commit 79c9f90e53
13 changed files with 711 additions and 42 deletions

View file

@ -86,7 +86,7 @@
services.xserver.windowManager.qtile = {
enable = true;
backend = "wayland";
package = inputs.qtile.packages.x86_64-linux.default;
package = inputs.qtile.packages.x86_64-linux.qtile;
configFile = null; # using hm instead
extraPackages = python3Packages:
with python3Packages; [
@ -115,7 +115,7 @@
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
# xdg-desktop-portal-wlr
];
};

View file

@ -42,6 +42,7 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
environment.sessionVariables = rec {
NIXOS_OZONE_WL = "1";
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=5";
WLR_NO_HARDWARE_CURSORS = "1";
# WLR_RENDERER = "vulkan";