From 3b97ba02b4e161cbb33c91b65cc8f28958e19034 Mon Sep 17 00:00:00 2001
From: rycee
programs.cmus.enable
+
+
+Whether to enable Enable cmus, the music player…
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/cmus.nix>
+
+ |
programs.cmus.extraConfig
+
+
+Extra configuration to add to cmus rc.
Type: +strings concatenated with “\n”
+ +Default:
+""
Example:
''
+ set audio_backend = "mpd"
+ set status_display = "default"
+''
+
+
+Declared by:
+
+
+<home-manager/modules/programs/cmus.nix>
+
+ |
programs.cmus.theme
+
+
+Select color theme. A list of available color themes can be found +here: https://github.com/cmus/cmus/tree/master/data.
+ +Type: +strings concatenated with “\n”
+ +Default:
+""
Example:
+"gruvbox"
Declared by:
+
+
+<home-manager/modules/programs/cmus.nix>
+
+ |
programs.command-not-found.enable