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/aptos/sound.nix | |
parent | profiles/workstation: moved more things around (diff) | |
download | world-116ea629895aa3c6395c659e95f7495c275d696c.tar.gz |
profiles/workstation: consolidate sound related configurations
Diffstat (limited to 'hosts/aptos/sound.nix')
-rw-r--r-- | hosts/aptos/sound.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; }; } |