mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
users/foo-dogsquared/setups/music: set audio profile to mkDefault priority
This commit is contained in:
parent
d031f442d5
commit
1fd588707f
@ -26,7 +26,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Enable the desktop audio profile for extra auditorial goodies.
|
# Enable the desktop audio profile for extra auditorial goodies.
|
||||||
profiles.desktop.audio.enable = true;
|
profiles.desktop.audio.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# My music player setup, completely configured with Nix!
|
# My music player setup, completely configured with Nix!
|
||||||
programs.beets = {
|
programs.beets = {
|
||||||
|
Loading…
Reference in New Issue
Block a user