Fix error
This commit is contained in:
@@ -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