diff options
Diffstat (limited to 'modules/passthrough.nix')
| -rw-r--r-- | modules/passthrough.nix | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/modules/passthrough.nix b/modules/passthrough.nix index ab68b8e..28c64f2 100644 --- a/modules/passthrough.nix +++ b/modules/passthrough.nix @@ -2,5 +2,13 @@  {    environment.systemPackages = with pkgs; [ +    supergfxctl    ]; + +  services.supergfxd.enable = true; + +  environment.etc."supergfxd.conf" = { +    source = ./supergfxd.conf; +    mode = "0644"; +  };  } | 
