summary refs log tree commit diff
path: root/nixos/modules/programs/venus.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-02-27 10:48:12 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-27 10:48:12 +0100
commit3cf9cd8bc30c5e271822adaeb5069b19879acc8c (patch)
treece9fe94c3ed47c78ac741fb35f572aa6bcece2a8 /nixos/modules/programs/venus.nix
parenta8b44c74d351a60c7b6c7e30d8b62b85aaa00f94 (diff)
parent4fede53c0996938979d2966a69f108782a8c1c12 (diff)
downloadnixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar.gz
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar.bz2
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar.lz
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar.xz
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.tar.zst
nixlib-3cf9cd8bc30c5e271822adaeb5069b19879acc8c.zip
Merge #12796: nixos docs: show references to packages
(version 2) A better implementation of #10039, after #12357.
This time I did more thorough checking.

See commit messages for details.
Diffstat (limited to 'nixos/modules/programs/venus.nix')
-rw-r--r--nixos/modules/programs/venus.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/programs/venus.nix b/nixos/modules/programs/venus.nix
index 76827eeced6f..731ebed14c7b 100644
--- a/nixos/modules/programs/venus.nix
+++ b/nixos/modules/programs/venus.nix
@@ -99,6 +99,7 @@ in
       };
 
       outputTheme = mkOption {
+        default = "${pkgs.venus}/themes/classic_fancy";
         type = types.path;
         description = ''
           Directory containing a config.ini file which is merged with this one.
@@ -168,7 +169,5 @@ in
         startAt = cfg.dates;
       };
 
-    services.venus.outputTheme = mkDefault "${pkgs.venus}/themes/classic_fancy";
-
   };
 }