Commit 63816fbe64bc

Vincent Demeester <vincent@sbr.pm>
2018-10-31 15:30:57
desktop: enable plymouth for desktop and laptop
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 403e91c
Changed files (3)
machine/shikoku.nix
@@ -32,8 +32,7 @@
         }
       '';
   boot.loader.grub.useOSProber = true;
-  boot.plymouth.enable = true;
-
+  
   services = {
     xserver = {
       videoDrivers = [ "nvidia" ];
machine/wakasu.nix
@@ -19,9 +19,6 @@
     { domain = "@audio"; item = "rtprio";  type = "-"; value = "99"; }
     { domain = "@audio"; item = "nofile";  type = "-"; value = "99999"; }
   ];
-
-  boot.loader.efi.canTouchEfiVariables = true;
-  boot.plymouth.enable = true;
   
   hardware.bluetooth.enable = true;
   hardware.bluetooth.powerOnBoot = true;
profiles/desktop.nix
@@ -12,6 +12,7 @@
 
   boot.loader.efi.canTouchEfiVariables = true;
   boot.tmpOnTmpfs = true;
+  boot.plymouth.enable = true;
 
   environment.systemPackages = with pkgs; [
     cryptsetup