hosts/various: remove empty environment.systemPackages lists

This commit is contained in:
h7x4
2026-01-22 15:37:46 +09:00
parent e2f3c81ecd
commit 3940f52760
6 changed files with 0 additions and 22 deletions

View File

@@ -36,9 +36,5 @@
package = config.boot.kernelPackages.nvidiaPackages.production;
};
# List packages installed in system profile
environment.systemPackages = with pkgs; [
];
system.stateVersion = "24.11"; # Did you read the comment?
}