This commit is contained in:
Bryan Ramos 2024-06-04 00:46:25 -04:00
parent 748576e17c
commit 3aad0fcc77
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 22 additions and 18 deletions

View file

@ -33,11 +33,11 @@
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = false;
driSupport32Bit = true;
};
hardware.nvidia.open = true;
#
# Virtualisation
virtualisation.libvirtd = {
enable = true;

View file

@ -34,7 +34,7 @@
};
gui = {
wm.sway.enable = true;
wm.hyprland.enable = true;
alacritty.enable = true;
browsers.enable = true;