ref(nix): learned stuff

This commit is contained in:
Léana 江 2024-03-07 13:44:07 +01:00 committed by Léana 江
parent e2f4c9121e
commit ee13650e17
3 changed files with 11 additions and 16 deletions

View file

@ -4,7 +4,7 @@
config,
...
}: {
home = lib.optionalAttrs config.cmus.enable {
home = lib.mkIf config.cmus.enable {
packages = with pkgs; [
cmus
cmusfm