fixed login theme

This commit is contained in:
voidarclabs
2025-11-03 14:12:26 +00:00
parent f57850b486
commit 47d8eeaa16
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
};
outputs = { self, nixpkgs }: let
system = "x86_64-linux"; # adjust if needed
stdenv.hostPlatform.system = "x86_64-linux"; # adjust if needed
system = stdenv.hostPlatform.system;
hardwareConfig = import /etc/nixos/hardware-configuration.nix;
in
{