Fix error
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
services.getty = {
|
||||
autologinUser = "me";
|
||||
autologinOnce = true;
|
||||
}
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = lib.mkAfter (with pkgs; [
|
||||
firefox
|
||||
];
|
||||
]);
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user