From 116ea629895aa3c6395c659e95f7495c275d696c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 07:46:43 -0700 Subject: profiles/workstation: consolidate sound related configurations --- hosts/aptos/default.nix | 1 - hosts/aptos/sound.nix | 1 - 2 files changed, 2 deletions(-) delete mode 100644 hosts/aptos/sound.nix (limited to 'hosts/aptos') diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index d6f68fa..5b0e40e 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -3,7 +3,6 @@ { imports = [ ./hardware.nix - ./sound.nix ./networking.nix ./services.nix "${self}/profiles/workstation.nix" diff --git a/hosts/aptos/sound.nix b/hosts/aptos/sound.nix deleted file mode 100644 index 947f9cd..0000000 --- a/hosts/aptos/sound.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; } -- cgit 1.4.1