diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 1 | ||||
-rw-r--r-- | hosts/aptos/sound.nix | 1 |
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; }; }; } |