diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 07:46:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 07:46:43 -0700 |
commit | 116ea629895aa3c6395c659e95f7495c275d696c (patch) | |
tree | e42bcbc6b179e89e6205659ea14e00d157f297dd /hosts | |
parent | profiles/workstation: moved more things around (diff) | |
download | world-116ea629895aa3c6395c659e95f7495c275d696c.tar.gz |
profiles/workstation: consolidate sound related configurations
Diffstat (limited to 'hosts')
-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; }; }; } |