Fix error
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user