diff options
author | Linnnus <[email protected]> | 2023-09-10 01:35:14 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-10 01:35:14 +0200 |
commit | 71a517debe25c7be96f1933aa8d543efa0524141 (patch) | |
tree | a6f8716d83bba4d5af44adc3f485dd560cc9cb5b /hosts | |
parent | 5dae4d1a1a2a8fd3be3f4c0f6c92b9e74e432bb1 (diff) |
Add graphics module
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index c117456..8a93021 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -76,6 +76,9 @@ # We are running behind CF proxy. my.modules.cloudflare-proxy.enable = true; + # Use as main driver temporarily. + # my.modules.graphics.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave |