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-03 10:07:27 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-03 10:07:27 +0100
commitb2a37ceeea8c38ec71447f8dae1e6890a8cf982d (patch)
treef2909e978dcfdd88e7aff68899719d8b8891f6dc /nixos/modules/programs/venus.nix
parent7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d (diff)
parent3bcf8ae8795ede9909df07fb97e049442b38c231 (diff)
downloadnixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar.gz
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar.bz2
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar.lz
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar.xz
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.tar.zst
nixlib-b2a37ceeea8c38ec71447f8dae1e6890a8cf982d.zip
Merge #12357: nixos docs: show references to packages
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 c3756b4838c7..5c322c5589fc 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.
@@ -169,7 +170,5 @@ in
         startAt = cfg.dates;
       };
 
-    services.venus.outputTheme = mkDefault "${pkgs.venus}/themes/classic_fancy";
-
   };
 }