diff --git a/config/hosts/thelio76/default.nix b/config/hosts/thelio76/default.nix index 8866188..5da58d6 100644 --- a/config/hosts/thelio76/default.nix +++ b/config/hosts/thelio76/default.nix @@ -22,7 +22,6 @@ luks-9870176e-53f3-493e-94d8-560994fa8f35 UUID=9870176e-53f3-493e-94d8-560994fa8f35 /luks-9870176e-53f3-493e-94d8-560994fa8f35 nofail ''; - fileSystems = { "/" = { device = "/dev/disk/by-uuid/5b17c208-6c1b-4317-b59c-6596b1857f1f"; diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index ba28e16..dd02549 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -17,7 +17,8 @@ boot.kernelParams = [ "quiet" ]; boot.plymouth.enable = true; - boot.plymouth.theme = "fade-in"; + boot.plymouth.themePackages = with pkgs; [ plymouth-vortex-ubuntu-theme ]; + boot.plymouth.theme = "plymouth-vortex-ubuntu-theme"; # Enable networking networking.networkmanager.enable = true;