plymouth: Fix reference to NixOS version

wip/yesman
Tim Steinbach 6 years ago
parent 1e23a5a6e9
commit 0500cf79af
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
  1. 2
      nixos/modules/system/boot/plymouth.nix

@ -10,7 +10,7 @@ let
breezePlymouth = pkgs.breeze-plymouth.override {
nixosBranding = true;
nixosVersion = config.system.nixosRelease;
nixosVersion = config.system.nixos.release;
};
themesEnv = pkgs.buildEnv {

Loading…
Cancel
Save