mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated
This commit is contained in:
parent
748576e17c
commit
3aad0fcc77
3 changed files with 22 additions and 18 deletions
|
|
@ -33,11 +33,11 @@
|
|||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = false;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
hardware.nvidia.open = true;
|
||||
#
|
||||
|
||||
# Virtualisation
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
gui = {
|
||||
wm.sway.enable = true;
|
||||
wm.hyprland.enable = true;
|
||||
|
||||
alacritty.enable = true;
|
||||
browsers.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue