remove some comments

This commit is contained in:
Kabbone 2022-10-15 12:54:21 +02:00
parent 5859bad26e
commit 1382468de2

View File

@ -18,11 +18,6 @@
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
# extraPackages = with pkgs; [
# intel-media-driver # LIBVA_DRIVER_NAME=iHD
# vaapiIntel
# libvdpau-va-gl
# ];
}; };
environment = { environment = {
@ -48,12 +43,18 @@
#LIBCL_ALWAYS_SOFTWARE = "1"; # For applications in VM like alacritty to work #LIBCL_ALWAYS_SOFTWARE = "1"; # For applications in VM like alacritty to work
#WLR_NO_HARDWARE_CURSORS = "1"; # For cursor in VM #WLR_NO_HARDWARE_CURSORS = "1"; # For cursor in VM
}; };
systemPackages = with pkgs; [
xdg-desktop-portal-wlr
swaylock
];
}; };
programs = { programs = {
hyprland.enable = true; hyprland.enable = true;
}; };
security.pam.services.swaylock = {};
xdg.portal = { # Required for flatpak with windowmanagers xdg.portal = { # Required for flatpak with windowmanagers
enable = true; enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; extraPortals = [ pkgs.xdg-desktop-portal-gtk ];