summaryrefslogtreecommitdiff
path: root/modules/passthrough.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-20 16:47:56 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-20 16:47:56 +0530
commitd7be8b48334e81d1679be7d94cfe19505d76170e (patch)
treea0524152a9c07ebebafbd0ecb050ee699fff1985 /modules/passthrough.nix
parent1c2aeff7f458cd8bc63bdcc6930b88d886748907 (diff)
update
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";
- };
-}