From 42cc35268a461fefd33c0473ee4cf40837c03b09 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 12 Sep 2024 14:34:13 +0200 Subject: [PATCH] Lint files --- modules/desk-os/default.nix | 2 +- modules/installer/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.