diff options
author | ene <ene@sils.li> | 2023-03-05 11:51:51 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-05 11:51:51 +0100 |
commit | 72697f6e0faf15869e11981faedd4dfd38575a3d (patch) | |
tree | 003e253b2d6d943e8dd3c671ac7f6192a79f74b6 /system/default.nix | |
parent | Fix(hm/wms/river): Use different monitor settings per host (diff) | |
download | nixos-config-72697f6e0faf15869e11981faedd4dfd38575a3d.zip |
Fix(system/graphics): Activate opengl
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index c7a2400f..85971ba5 100644 --- a/system/default.nix +++ b/system/default.nix @@ -9,6 +9,7 @@ ./sound ./users # the position of this item is fully arbitrary ./polkit + ./graphics ]; # TODO does this really remove all the bloatware, nixos installs by default? environment = { |