move packages around

This commit is contained in:
Grigory Shipunov 2023-02-13 14:25:16 +01:00
parent c57817fdf3
commit 9d1c35311c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 8 additions and 5 deletions

View file

@ -10,10 +10,6 @@
];
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
audacity
yt-dlp
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;