remove some comments
This commit is contained in:
parent
5859bad26e
commit
1382468de2
@ -18,11 +18,6 @@
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
# extraPackages = with pkgs; [
|
||||
# intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
# vaapiIntel
|
||||
# libvdpau-va-gl
|
||||
# ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
@ -48,12 +43,18 @@
|
||||
#LIBCL_ALWAYS_SOFTWARE = "1"; # For applications in VM like alacritty to work
|
||||
#WLR_NO_HARDWARE_CURSORS = "1"; # For cursor in VM
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
swaylock
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
hyprland.enable = true;
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
xdg.portal = { # Required for flatpak with windowmanagers
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
Loading…
Reference in New Issue
Block a user