disable opensnitch for now need to work on rules for it
This commit is contained in:
parent
d62189c566
commit
9b31ad8487
5 changed files with 65 additions and 70 deletions
|
|
@ -115,14 +115,10 @@ with lib;
|
|||
|
||||
# Ensure graphics/OpenGL are enabled so Sway uses GPU-backed rendering
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
# Keep defaults; Sway runs fine with mesa in system
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
# extraPackages can be used to force vendor-specific mesa/drivers if needed
|
||||
extraPackages = with pkgs; [];
|
||||
# Keep defaults; Sway runs fine with mesa in system
|
||||
# extraPackages = with pkgs; [];
|
||||
};
|
||||
|
||||
# Environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue