Update configuration.nix

This commit is contained in:
Adrian G L 2024-08-30 01:49:07 +02:00 committed by GitHub
parent 94a1dc2b54
commit 70ca4972bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@
# Enable networking
networking.networkmanager.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"python3.11-youtube-dl-2021.12.17"
];
# Enable the X11 windowing system.
services.xserver.enable = true;