mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): learned stuff
This commit is contained in:
parent
e2f4c9121e
commit
ee13650e17
3 changed files with 11 additions and 16 deletions
|
|
@ -4,7 +4,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
home = lib.optionalAttrs config.cmus.enable {
|
||||
home = lib.mkIf config.cmus.enable {
|
||||
packages = with pkgs; [
|
||||
cmus
|
||||
cmusfm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue