summaryrefslogtreecommitdiff
path: root/modules/passthrough.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/passthrough.nix')
-rw-r--r--modules/passthrough.nix15
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";
- };
-}