From d7be8b48334e81d1679be7d94cfe19505d76170e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 20 Mar 2024 16:47:56 +0530 Subject: update --- modules/passthrough.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/passthrough.nix (limited to 'modules/passthrough.nix') 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"; - }; -} -- cgit v1.2.3