diff options
author | sils <sils@sils.li> | 2023-12-06 17:22:32 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-12-06 17:22:32 +0100 |
commit | 635a1e008dec6d008ca02834be977b23df3cf0e9 (patch) | |
tree | 710f635dac2776781bc2ba12acfd3dc2d368681e /hosts | |
parent | refactor(treewide): move bluetooth declaration out of hosts (diff) | |
download | nix-config-635a1e008dec6d008ca02834be977b23df3cf0e9.tar.gz nix-config-635a1e008dec6d008ca02834be977b23df3cf0e9.zip |
refactor(treewide): move opengl out of hosts
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index bc978c4..7e55849 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -10,7 +10,6 @@ ]; hardware = { - opengl.enable = true; pulseaudio.enable = false; }; |