fix vscode
This commit is contained in:
parent
0db4f9bef8
commit
79c9f90e53
13 changed files with 711 additions and 42 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue