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
+2 -2
View File
@@ -6,9 +6,9 @@
./hardware-configuration.nix
];
environment.systemPackages = with pkgs; [
environment.systemPackages = lib.mkAfter (with pkgs; [
firefox
];
]);
services.xserver.enable = true;