Fix error

This commit is contained in:
2026-07-07 09:53:16 +01:00
parent 5954a223d9
commit 233b9d674a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
services.getty = { services.getty = {
autologinUser = "me"; autologinUser = "me";
autologinOnce = true; autologinOnce = true;
} };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nodejs nodejs
+2 -2
View File
@@ -6,9 +6,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = lib.mkAfter (with pkgs; [
firefox firefox
]; ]);
services.xserver.enable = true; services.xserver.enable = true;