diff --git a/modules/desk-os/default.nix b/modules/desk-os/default.nix index 721ac68..b601f04 100644 --- a/modules/desk-os/default.nix +++ b/modules/desk-os/default.nix @@ -21,7 +21,7 @@ plymouth = { enable = true; theme = "desk-os"; - themePackages = [ (pkgs.callPackage ../../packages/desk-os-plymouth {}) ]; + themePackages = [(pkgs.callPackage ../../packages/desk-os-plymouth {})]; }; }; diff --git a/modules/installer/default.nix b/modules/installer/default.nix index 5af9b30..3561645 100644 --- a/modules/installer/default.nix +++ b/modules/installer/default.nix @@ -39,7 +39,7 @@ in { system.nixos.distroName = "deskOS 1"; # FIXME(m): Disable squashfs compression during development - # isoImage.squashfsCompression = null; + isoImage.squashfsCompression = null; boot = { consoleLogLevel = 0; @@ -50,7 +50,7 @@ in { plymouth = { enable = true; theme = "desk-os"; - themePackages = [ (pkgs.callPackage ../../packages/desk-os-plymouth {}) ]; + themePackages = [(pkgs.callPackage ../../packages/desk-os-plymouth {})]; }; # NOTE(m): Enable kernel modules that improve wifi support on # Macbooks during installation.