about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 07:46:43 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 07:46:43 -0700
commit116ea629895aa3c6395c659e95f7495c275d696c (patch)
treee42bcbc6b179e89e6205659ea14e00d157f297dd /hosts/aptos
parentprofiles/workstation: moved more things around (diff)
downloadworld-116ea629895aa3c6395c659e95f7495c275d696c.tar.gz
profiles/workstation: consolidate sound related configurations
Diffstat (limited to '')
-rw-r--r--hosts/aptos/default.nix1
-rw-r--r--hosts/aptos/sound.nix1
2 files changed, 0 insertions, 2 deletions
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; }; }; }