Add nixgl wrappers to path

This commit is contained in:
MaeIsBad 2023-04-24 12:26:47 +02:00
parent 939488c18f
commit d923ee70e9
1 changed files with 2 additions and 3 deletions

View File

@ -2,17 +2,16 @@
imports = [ ../profiles/core ../profiles/direnv ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/tmux ../profiles/mpv ../profiles/sway ];
home.stateVersion = "22.11";
targets.genericLinux.enable = true;
home.packages = [ pkgs.home-manager ];
home.packages = [ pkgs.home-manager pkgs.element-desktop pkgs.nixgl.nixGLIntel pkgs.nixgl.nixVulkanIntel ];
wayland.windowManager.sway.extraSessionCommands = ''
export WLR_NO_HARDWARE_CURSORS=1
'';
mae.alacritty = {
enable = true;
libglWrapper = true;
# libglWrapper = true;
};
home.sessionVariables = {
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
MOZ_ENABLE_WAYLAND = 1;
};
gtk = {