This commit is contained in:
Annika Merris 2024-05-19 10:15:12 -04:00
parent 9a04ca24ba
commit e8ffedc110

View file

@ -74,7 +74,7 @@ inputs.nixpkgs.lib.nixosSystem {
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.11";
home-manager.backupFileExtension = "backup";
environment.systemPackages = with pkgs; [
environment.systemPackages = with nixpkgs.pkgs; [
vim
wget
python3