change system packages to default(unstable)

This commit is contained in:
Mohamed Chrayed 2024-07-30 23:37:02 +02:00
parent 70abb73314
commit a97edc7ce0

View File

@ -13,7 +13,7 @@
};
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs-stable; [
environment.systemPackages = with pkgs; [
wget
git
vesktop