This commit is contained in:
shibazaki 2025-01-21 10:19:22 +01:00
parent 780d57dec4
commit aea672b117
2 changed files with 10 additions and 1 deletions

9
nixos/system/libgcc.nix Normal file
View File

@ -0,0 +1,9 @@
{
lib,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
gcc
];
}

View File

@ -20,10 +20,10 @@
./../../nixos/system/system-settings.nix
./../../nixos/system/asus.nix
./../../nixos/system/neovim.nix
./../../nixos/system/libgcc.nix
];
# Global configuration
nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "24.11"; # Did you read the comment?
}