diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /modules/terminal/options.nix | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'modules/terminal/options.nix')
| -rw-r--r-- | modules/terminal/options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix index e55ab1b..77b1f13 100644 --- a/modules/terminal/options.nix +++ b/modules/terminal/options.nix @@ -31,7 +31,7 @@ in { starship = mkProgramOption "starship prompt"; lazygit.enable = mkEnableOption "lazygit"; - cmus.enable = mkEnableOption "cmus"; + cmus = mkProgramOption "cmus"; nh.enable = mkEnableOption "nh nix helper"; git = { |
