Update common.nix

This commit is contained in:
ediblerope 2025-12-03 10:02:45 +00:00 committed by GitHub
parent 8367d9ba3b
commit c8251f9688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,11 @@
{
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# Add packages
environment.systemPackages = [
pkgs.git
];
# Enable networking
networking.networkmanager.enable = true;