more changes

This commit is contained in:
Noah Masur
2025-02-03 17:30:32 -05:00
parent 6f2b2a7694
commit 8819bb9b9b
14 changed files with 63 additions and 186 deletions

View File

@ -171,14 +171,6 @@
in
{
# Basic common system packages for all devices
environment.systemPackages = with pkgs; [
git
vim
wget
curl
];
# Allow specified unfree packages (identified elsewhere)
# Retrieves package object based on string name
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.unfreePackages;