diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-20 16:47:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-20 16:47:56 +0530 | 
| commit | d7be8b48334e81d1679be7d94cfe19505d76170e (patch) | |
| tree | a0524152a9c07ebebafbd0ecb050ee699fff1985 /modules/passthrough.nix | |
| parent | 1c2aeff7f458cd8bc63bdcc6930b88d886748907 (diff) | |
update
Diffstat (limited to 'modules/passthrough.nix')
| -rw-r--r-- | modules/passthrough.nix | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/modules/passthrough.nix b/modules/passthrough.nix deleted file mode 100644 index 3629ef9..0000000 --- a/modules/passthrough.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs, lib, config, ... }: - -{ -  environment.systemPackages = with pkgs; [ -    supergfxctl -    lsof -  ]; - -  services.supergfxd.enable = true; - -  environment.etc."supergfxd.conf" = { -    source = ./supergfxd.conf; -    mode = "0644"; -  }; -} | 
